DOGE

Replaces all images on all pages to DOGE. Ours is not to ask why.

Cos'è DOGE?

DOGE è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces all images on all pages to DOGE. Ours is not to ask why.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DOGE

Scarica i file di estensione DOGE 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 plugin attempts to replace every image on every webpage with that of a doge or doge-related activity.                    

Informazioni di Base sull'Estensione

Nome DOGE DOGE
ID jailgicjdknlmhgikjppdfbjcbjmaeom
URL Ufficiale https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom
Descrizione Replaces all images on all pages to DOGE. Ours is not to ask why.
Dimensione del File 71.01 KB
Conteggio Installazioni 306
Versione Corrente 1.3
Ultimo Aggiornamento 2014-06-03
Data di Pubblicazione 2014-06-03
Valutazione 2.85/5 Totale 27 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shibesoft",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
    "manifest_version": 2,
    "name": "DOGE",
    "version": "1.3"
}