Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "STOP-IT V2",
"version": "2.14",
"author": "Leonardo Sedevcic",
"description": "STOP-IT V2 Ultimate Adult Content Blocker Extension. Safe and Easy Surfing.",
"permissions": [
"storage",
"declarativeNetRequest",
"cookies"
],
"host_permissions": [
"*:\/\/www.stop-it.be\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.bing.com\/*",
"*:\/\/*.yahoo.com\/*",
"*:\/\/*.yandex.com\/*",
"*:\/\/*.yandex.ru\/*",
"*:\/\/*.duckduckgo.com\/*",
"*:\/\/*.qwant.com\/*",
"*:\/\/search.brave.com\/*",
"<all_urls>"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.bing.com\/*",
"*:\/\/*.yahoo.com\/*",
"*:\/\/*.yandex.com\/*",
"*:\/\/*.yandex.ru\/*",
"*:\/\/*.duckduckgo.com\/*",
"*:\/\/*.qwant.com\/*",
"*:\/\/search.brave.com\/*",
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"incognito": "spanning"
}