Dank Meme Replacer

Make browsing the web really dank.

Cos'è Dank Meme Replacer?

Dank Meme Replacer è un'estensione di Chrome sviluppata da Avery Follett, e la sua funzione principale è "Make browsing the web really dank.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dank Meme Replacer

Scarica i file di estensione Dank Meme Replacer 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

                        Have you ever wanted to dankify your web browsing experience? Download Dank Meme Replacer! DMR replaces boring words on websites with dank ones.                    

Informazioni di Base sull'Estensione

Nome Dank Meme Replacer Dank Meme Replacer
ID jipmjlpfeimjeacnhjgmoicimhjmnfna
URL Ufficiale https://chromewebstore.google.com/detail/dank-meme-replacer/jipmjlpfeimjeacnhjgmoicimhjmnfna
Descrizione Make browsing the web really dank.
Dimensione del File 123 KB
Conteggio Installazioni 392
Versione Corrente 0.3
Ultimo Aggiornamento 2016-11-10
Data di Pubblicazione 2016-11-10
Valutazione 2.66/5 Totale 32 Valutazioni
Sviluppatore Avery Follett
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "manifest_version": 2,
    "name": "Dank Meme Replacer",
    "description": "Make browsing the web really dank.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}