AdBlock Manager

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

Cos'è AdBlock Manager?

AdBlock Manager è un'estensione di Chrome sviluppata da banimahla5789, e la sua funzione principale è "This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AdBlock Manager

Scarica i file di estensione AdBlock Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AdBlock Manager AdBlock Manager
ID pdbcfmobcbmikdhombihdglgdlkjllba
URL Ufficiale https://chrome.google.com/webstore/detail/adblock-manager/pdbcfmobcbmikdhombihdglgdlkjllba
Descrizione This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…
Dimensione del File 386 KB
Conteggio Installazioni 1,000
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-01-26
Data di Pubblicazione 2021-12-10
Valutazione 5.00/5 Totale 26 Valutazioni
Sviluppatore banimahla5789
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://justpaste.it/93rkz
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}