Adblock for Internet

Removes ads from Internet.

Cos'è Adblock for Internet?

Adblock for Internet è un'estensione di Chrome sviluppata da http://installadblock.com, e la sua funzione principale è "Removes ads from Internet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Adblock for Internet

Scarica i file di estensione Adblock for Internet 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

                        Remove ads from websites and YouTube with low CPU and RAM consumption.                    

Informazioni di Base sull'Estensione

Nome Adblock for Internet Adblock for Internet
ID eapnbgjpefaicphghglacdclgpdmkona
URL Ufficiale https://chrome.google.com/webstore/detail/adblock-for-internet/eapnbgjpefaicphghglacdclgpdmkona
Descrizione Removes ads from Internet.
Dimensione del File 354 KB
Conteggio Installazioni 23,803
Versione Corrente 1.1.0.3
Ultimo Aggiornamento 2022-07-27
Data di Pubblicazione 2022-05-13
Valutazione 4.18/5 Totale 94 Valutazioni
Sviluppatore http://installadblock.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.installadblock.com/privacy-policy.html
Lingue Supportate id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "scripts\/blocklist.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Adblock for Internet",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}