AdToMeme

Blocks Ads, and replaces them with Memes!

Cos'è AdToMeme?

AdToMeme è un'estensione di Chrome sviluppata da zettatekdev, e la sua funzione principale è "Blocks Ads, and replaces them with Memes!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AdToMeme

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

                        AdToMeme is an ad blocker that replaces them with memes! 100% compatible with other ad-blockers. To turn off AdToMeme, click on the icon and select 'turn off'. 100% family friendly! Send in memes you'd like to see to [email protected]. Now with a new meme! Also, consider donating!                    

Informazioni di Base sull'Estensione

Nome AdToMeme AdToMeme
ID nooeahajgiajgilomnafnfdkccgfbhnl
URL Ufficiale https://chromewebstore.google.com/detail/adtomeme/nooeahajgiajgilomnafnfdkccgfbhnl
Descrizione Blocks Ads, and replaces them with Memes!
Dimensione del File 933 KB
Conteggio Installazioni 72
Versione Corrente 1.0.9
Ultimo Aggiornamento 2020-02-22
Data di Pubblicazione 2020-02-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore zettatekdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdToMeme",
    "version": "1.0.9",
    "description": "Blocks Ads, and replaces them with Memes!",
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/adtomem16.png",
            "32": "images\/adtomem32.png",
            "48": "images\/adtomem48.png",
            "128": "images\/adtomem128.png"
        }
    },
    "icons": {
        "16": "images\/adtomem16.png",
        "32": "images\/adtomem32.png",
        "48": "images\/adtomem48.png",
        "128": "images\/adtomem128.png"
    },
    "content_scripts": [
        {
            "js": [
                "block.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 2
}