Deviantart.com Favicon Override

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

Deviantart.com Favicon Overrideとは何ですか?

Deviantart.com Favicon Overrideはcrimsonmangoによって開発されたChromeの拡張機能で、その主な機能は「Overrides the default favicon for deviantart.com with the old, far superior favicon.」です。

Deviantart.com Favicon Override拡張機能のCRXファイルをダウンロード

Deviantart.com Favicon Override拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Deviantart.com Favicon Override Deviantart.com Favicon Override
ID nahcoedmigigijfonehkkbnbgoopgmnl
公式URL https://chromewebstore.google.com/detail/deviantartcom-favicon-ove/nahcoedmigigijfonehkkbnbgoopgmnl
説明 Overrides the default favicon for deviantart.com with the old, far superior favicon.
ファイルサイズ 8.47 KB
インストール数 49
現在のバージョン 1.0
最終更新日 2016-09-07
公開日 2016-09-06
評価 5.00/5 合計 2 レビュー
開発者 crimsonmango
支払い方法 free
対応言語 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"
    ]
}