DogeGuard

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

Qu'est-ce que DogeGuard ?

DogeGuard est une extension Chrome développée par alex.j.herdzik, et sa fonction principale est "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DogeGuard

Téléchargez les fichiers d'extension DogeGuard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
URL Officiel https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Description This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Taille du Fichier 8.48 KB
Nombre d'Installations 46
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-12-12
Date de Publication 2014-12-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur alex.j.herdzik
Type de Paiement free
Site Web de l'Extension https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
URL de la Page d'Aide https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Langues Prises en Charge 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"
    }
}