DOGE

Replaces all images on all pages to DOGE. Ours is not to ask why.

Qu'est-ce que DOGE ?

DOGE est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces all images on all pages to DOGE. Ours is not to ask why.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension DOGE 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

                        This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity.                    

Informations de Base sur l'Extension

Nom DOGE DOGE
ID jailgicjdknlmhgikjppdfbjcbjmaeom
URL Officiel https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom
Description Replaces all images on all pages to DOGE. Ours is not to ask why.
Taille du Fichier 71.01 KB
Nombre d'Installations 306
Version Actuelle 1.3
Dernière Mise à Jour 2014-06-03
Date de Publication 2014-06-03
Évaluation 2.85/5 Total 27 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shibesoft",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
    "manifest_version": 2,
    "name": "DOGE",
    "version": "1.3"
}