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": "Turbo Blocker - Premium Ad Blocker",
"version": "1.0.2",
"author": "Smart Affect (Burak Uysal)",
"description": "Web sitelerindeki ve videolardaki reklamlar\u0131 engelleyen h\u0131zl\u0131 ve g\u00fc\u00e7l\u00fc reklam engelleyici.",
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Turbo Blocker"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/site_rules.js",
"scripts\/inject.js"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": true
},
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/site_rules.js",
"scripts\/content.js"
],
"run_at": "document_start",
"world": "ISOLATED",
"all_frames": true
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}