DogeGuard

This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.

Cos'è DogeGuard?

DogeGuard è un'estensione di Chrome sviluppata da alex.j.herdzik, e la sua funzione principale è "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DogeGuard

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

                        Slight variation on a sample app, in which everything hosted on cheezburger.com is replaced by a silly picture of a chihuahua I found on tumblr.                    

Informazioni di Base sull'Estensione

Nome DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
URL Ufficiale https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Descrizione This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Dimensione del File 8.48 KB
Conteggio Installazioni 46
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-12-12
Data di Pubblicazione 2014-12-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore alex.j.herdzik
Tipo di Pagamento free
Sito Web dell'Estensione https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
URL della Pagina di Aiuto https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DogeGuard",
    "description": "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "triggerGuard.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}