WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
North Ad-Block

North Ad-Block

View on Chrome Web Store
View North Ad-Block Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (7 ratings)
4 new ratings
1 views
This extension has been viewed 1 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.

Fast, lightweight ad blocker that removes ads and tracking scripts for a cleaner, more private browsing experience.
Type
Extension
Users
3,000 users
2K
x00lyx00
View author page of x00lyx00
Published
Published on November 14, 2025
Version 1.0.14
Manifest version
3
Updated
Updated on November 17, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View North Ad-Block 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
{
    "action": {
        "default_icon": {
            "128": "resources\/icons\/128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "javascript\/serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "javascript\/vendors\/AdguardTeam\/ExtendedCss.js",
                "javascript\/contentScript.js",
                "javascript\/resourceErrorListener.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "128": "resources\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.14",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "resources\/icons\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "resources\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 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