AdBlock Manager

This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…

What is AdBlock Manager?

AdBlock Manager is a Chrome extension developed by banimahla5789, and its main feature is "This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…".

Extension Screenshots

screenshot
screenshot

Download AdBlock Manager Extension CRX File

Download AdBlock Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and fast                    

Extension Basic Information

Name AdBlock Manager AdBlock Manager
ID pdbcfmobcbmikdhombihdglgdlkjllba
Official URL https://chrome.google.com/webstore/detail/adblock-manager/pdbcfmobcbmikdhombihdglgdlkjllba
Description This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…
File Size 386 KB
Installation Count 1,000
Current Version 0.0.3
Last Updated 2022-01-26
Publish Date 2021-12-10
Rating 5.00/5 Total 26 Ratings
Developer banimahla5789
Email [email protected]
Payment Type free
Privacy Policy Page URL https://justpaste.it/93rkz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Manager",
    "version": "0.0.3",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "content_js\/content_blocker.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}