Deviantart.com Favicon Override

Overrides the default favicon for deviantart.com with the old, far superior favicon.

Qu'est-ce que Deviantart.com Favicon Override ?

Deviantart.com Favicon Override est une extension Chrome développée par crimsonmango, et sa fonction principale est "Overrides the default favicon for deviantart.com with the old, far superior favicon.".

Télécharger le fichier CRX de l'extension Deviantart.com Favicon Override

Téléchargez les fichiers d'extension Deviantart.com Favicon Override 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

                                            

Informations de Base sur l'Extension

Nom Deviantart.com Favicon Override Deviantart.com Favicon Override
ID nahcoedmigigijfonehkkbnbgoopgmnl
URL Officiel https://chromewebstore.google.com/detail/deviantartcom-favicon-ove/nahcoedmigigijfonehkkbnbgoopgmnl
Description Overrides the default favicon for deviantart.com with the old, far superior favicon.
Taille du Fichier 8.47 KB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-07
Date de Publication 2016-09-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur crimsonmango
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "description": "Overrides the default favicon for deviantart.com with the old, far superior favicon.",
    "name": "Deviantart.com Favicon Override",
    "version": "1.0",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "favicon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deviantart.com\/*"
            ],
            "js": [
                "injectCustomFavicon.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "favicon.png"
    ]
}