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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    ]
}