0% found this document useful (0 votes)
76 views3 pages

Aaaa

The document describes a browser extension manifest that provides access to a Grammarly VIP account. The extension injects content scripts onto Grammarly and specific infoik sites to integrate the VIP functionality and has permissions for web requests, cookies, and storage to enable user authentication and account linkage between the sites.

Uploaded by

bru23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views3 pages

Aaaa

The document describes a browser extension manifest that provides access to a Grammarly VIP account. The extension injects content scripts onto Grammarly and specific infoik sites to integrate the VIP functionality and has permissions for web requests, cookies, and storage to enable user authentication and account linkage between the sites.

Uploaded by

bru23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

{

"manifest_version": 2,
"name": "Grammar infokik",
"version": "1.0.0",
"description": "Grammar infokik is tha best extension for use grammar VIP
account. Please Install this extension and use VIP Account",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"background": {
"scripts": ["crypto-js.min.js","background.js"]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.grammarly.com/*",
"cookies",
"storage"
],
"content_scripts": [
{
"matches": ["*://*.grammarly.com/*"],
"run_at": "document_start",
"js": ["contentScript.js"]
},
{
"matches": ["*://infokik.com/grammarly-vip"],
"run_at": "document_end",
"js": ["contentScript2.js"]
}
],
"externally_connectable": {
"matches": ["*://infokik.com/*"]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}{
"manifest_version": 2,
"name": "Grammar infokik",
"version": "1.0.0",
"description": "Grammar infokik is tha best extension for use grammar VIP
account. Please Install this extension and use VIP Account",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"background": {
"scripts": ["crypto-js.min.js","background.js"]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.grammarly.com/*",
"cookies",
"storage"
],
"content_scripts": [
{
"matches": ["*://*.grammarly.com/*"],
"run_at": "document_start",
"js": ["contentScript.js"]
},
{
"matches": ["*://infokik.com/grammarly-vip"],
"run_at": "document_end",
"js": ["contentScript2.js"]
}
],
"externally_connectable": {
"matches": ["*://infokik.com/*"]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}{
"manifest_version": 2,
"name": "Grammar infokik",
"version": "1.0.0",
"description": "Grammar infokik is tha best extension for use grammar VIP
account. Please Install this extension and use VIP Account",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"background": {
"scripts": ["crypto-js.min.js","background.js"]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.grammarly.com/*",
"cookies",
"storage"
],
"content_scripts": [
{
"matches": ["*://*.grammarly.com/*"],
"run_at": "document_start",
"js": ["contentScript.js"]
},
{
"matches": ["*://infokik.com/grammarly-vip"],
"run_at": "document_end",
"js": ["contentScript2.js"]
}
],
"externally_connectable": {
"matches": ["*://infokik.com/*"]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}{
"manifest_version": 2,
"name": "Grammar infokik",
"version": "1.0.0",
"description": "Grammar infokik is tha best extension for use grammar VIP
account. Please Install this extension and use VIP Account",
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"background": {
"scripts": ["crypto-js.min.js","background.js"]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.grammarly.com/*",
"cookies",
"storage"
],
"content_scripts": [
{
"matches": ["*://*.grammarly.com/*"],
"run_at": "document_start",
"js": ["contentScript.js"]
},
{
"matches": ["*://infokik.com/grammarly-vip"],
"run_at": "document_end",
"js": ["contentScript2.js"]
}
],
"externally_connectable": {
"matches": ["*://infokik.com/*"]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

You might also like