Ad Remover

Remove ads from left column vk.com, you can customize content script for other sites

Cos'è Ad Remover?

Ad Remover è un'estensione di Chrome sviluppata da hitrick84, e la sua funzione principale è "Remove ads from left column vk.com, you can customize content script for other sites".

Scarica il file CRX dell'estensione Ad Remover

Scarica i file di estensione Ad Remover 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

                        Just install extension and ads dissappear                    

Informazioni di Base sull'Estensione

Nome Ad Remover Ad Remover
ID jjeimacdppjfhdemmooaikopdencflna
URL Ufficiale https://chromewebstore.google.com/detail/ad-remover/jjeimacdppjfhdemmooaikopdencflna
Descrizione Remove ads from left column vk.com, you can customize content script for other sites
Dimensione del File 9.47 KB
Conteggio Installazioni 81
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-02-28
Data di Pubblicazione 2017-02-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore hitrick84
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Remover",
    "manifest_version": 2,
    "description": "Remove ads from left column vk.com, you can customize content script for other sites",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "style_content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs"
    ]
}