DogeGuard

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

Vad är DogeGuard?

DogeGuard är en Chrome-tillägg utvecklad av alex.j.herdzik, och dess huvudfunktion är "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Tilläggsskärmbilder

screenshot

Ladda ner DogeGuard-förlängningens CRX-fil

Ladda ner DogeGuard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
Officiell webbadress https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Beskrivning This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Filstorlek 8.48 KB
Antal Installationer 46
Aktuell Version 1.0.1
Senast Uppdaterad 2014-12-12
Publiceringsdatum 2014-12-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare alex.j.herdzik
Betalningssätt free
Tilläggswebbplats https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Hjälpsida URL https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Stödda Språk 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"
    }
}