DogeGuard

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

Wat is DogeGuard?

DogeGuard is een Chrome-extensie ontwikkeld door alex.j.herdzik, en de belangrijkste functie is "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DogeGuard

Download DogeGuard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
Officiële URL https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Beschrijving This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Bestandsgrootte 8.48 KB
Aantal Installaties 46
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-12-12
Publicatiedatum 2014-12-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar alex.j.herdzik
Betalingswijze free
Extensiewebsite https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Help Pagina-URL https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Ondersteunde Talen 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"
    }
}