DogeGuard

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

Co je DogeGuard?

DogeGuard je rozšíření Chrome vyvinuté alex.j.herdzik, a jeho hlavní funkcí je „This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DogeGuard

Stáhněte si soubory rozšíření DogeGuard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
Oficiální URL https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Popis This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Velikost souboru 8.48 KB
Počet instalací 46
Aktuální Verze 1.0.1
Poslední Aktualizace 2014-12-12
Datum Vydání 2014-12-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář alex.j.herdzik
Typ Platby free
Webové stránky Rozšíření https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
URL Stránky Nápovědy https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Podporované Jazyky 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"
    }
}