Deviantart.com Favicon Override

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

What is Deviantart.com Favicon Override?

Deviantart.com Favicon Override is a Chrome extension developed by crimsonmango, and its main feature is "Overrides the default favicon for deviantart.com with the old, far superior favicon.".

Download Deviantart.com Favicon Override Extension CRX File

Download Deviantart.com Favicon Override extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Deviantart.com Favicon Override Deviantart.com Favicon Override
ID nahcoedmigigijfonehkkbnbgoopgmnl
Official URL https://chromewebstore.google.com/detail/deviantartcom-favicon-ove/nahcoedmigigijfonehkkbnbgoopgmnl
Description Overrides the default favicon for deviantart.com with the old, far superior favicon.
File Size 8.47 KB
Installation Count 49
Current Version 1.0
Last Updated 2016-09-07
Publish Date 2016-09-06
Rating 5.00/5 Total 2 Ratings
Developer crimsonmango
Payment Type free
Supported Languages 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"
    ]
}