DogeGuard

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

Was ist DogeGuard?

DogeGuard ist eine Chrome-Erweiterung, die von alex.j.herdzik entwickelt wurde, und ihr Hauptmerkmal ist "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Erweiterungsscreenshots

screenshot

DogeGuard-Erweiterungs-CRX-Datei herunterladen

Laden Sie DogeGuard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
Offizielle URL https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Beschreibung This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Dateigröße 8.48 KB
Installationsanzahl 46
Aktuelle Version 1.0.1
Letztes Update 2014-12-12
Veröffentlichungsdatum 2014-12-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler alex.j.herdzik
Zahlungsart free
Erweiterungswebsite https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Hilfeseite URL https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Unterstützte Sprachen 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"
    }
}