WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Trend Micro Ad Blocker: Powerful Ad Blocker

Trend Micro Ad Blocker: Powerful Ad Blocker

View on Chrome Web Store
View Trend Micro Ad Blocker: Powerful Ad Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (21 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Stop seeing intrusive video, pop-up, interstitial, and banner ads on the web.
Type
Extension
Users
30,000 users
consumer pcc
View author page of consumer pcc
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 22, 2022
Version 2.0.2.9
Manifest version
3
Updated
Updated on June 11, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Trend Micro Ad Blocker: Powerful 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": "__MSG_extension_name__",
    "version": "2.0.2.9",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "48": ".\/static\/images\/icon\/icon-48.png",
        "96": ".\/static\/images\/icon\/icon-96.png",
        "512": ".\/static\/images\/icon\/icon-512.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/static\/images\/icon\/toolbar-icon-16.png",
            "32": ".\/static\/images\/icon\/toolbar-icon-32.png"
        },
        "default_popup": ".\/static\/page\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "import-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "import-advContent.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules\/ruleset_1.json"
            },
            {
                "enabled": true,
                "id": "ruleset_2",
                "path": "rules\/ruleset_2.json"
            },
            {
                "enabled": true,
                "id": "ruleset_3",
                "path": "rules\/ruleset_3.json"
            },
            {
                "enabled": true,
                "id": "ruleset_4",
                "path": "rules\/ruleset_4.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": ".\/static\/page\/option.html",
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*_locales\/**\/*.json",
                "*static\/adScript\/*.json",
                "static\/adScript\/*.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content.js",
                "advContent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "tabs",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
© 2025 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