Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "1.8",
"icons": {
"32": "32.png",
"64": "64.png",
"128": "128.png"
},
"permissions": [
"storage",
"tabs",
"webRequest",
"downloads",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "__MSG_title__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"inject.js"
],
"all_frames": true,
"exclude_matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/qooly.com\/*",
"*:\/\/*.globo.com\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}