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_extTitle__",
"version": "3.9.7",
"description": "__MSG_extSummary__",
"manifest_version": 3,
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"idle",
"unlimitedStorage",
"notifications",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "BlockerX Porn Blocker",
"default_icon": "\/assets\/icon16.png",
"default_popup": "Popup\/popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"ContentScripts\/scriptOnStart.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"ContentScripts\/scriptOnEnd.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"*.html",
"*.png"
],
"matches": [
"<all_urls>"
]
}
],
"incognito": "split"
}