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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crimsonmango และคุณลักษณะหลักของมันคือ "Overrides the default favicon for deviantart.com with the old, far superior favicon."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deviantart.com Favicon Override

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}