WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Turbo Blocker - Premium Ad Blocker

Turbo Blocker - Premium Ad Blocker

View on Chrome Web Store
View Turbo Blocker - Premium Ad Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Web sitelerindeki ve videolardaki reklamları engelleyen hızlı ve güçlü reklam engelleyici.
Type
Extension
Users
34 users
1
Smart Affect
View author page of Smart Affect
Published
Published on January 1, 2026
Version 1.0.2
Manifest version
3
Updated
Updated on January 1, 2026
make_chrome_yours/privacy
Extension Category
View on Chrome Web Store
View Turbo Blocker - Premium Ad Blocker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top