devTweak alpha

Changes deviantART logo and top bar background color by the old ones.

ما هو devTweak alpha؟

devTweak alpha هو إضافة Chrome تم تطويرها بواسطة Nidrax، والميزة الرئيسية لها هي "Changes deviantART logo and top bar background color by the old ones.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة devTweak alpha

قم بتنزيل ملفات الامتداد devTweak alpha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        CHANGELOG

Version 1.3:
Fixed the broken code and links that made the plugin to not work at all. Currently only logo and topbar background are affected. Favicon change and more features may be added in distant future.                    

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

الاسم devTweak alpha devTweak alpha
ID kcilfkccjdpfadhgjamgmnhcnfdgjjml
عنوان URL الرسمي https://chromewebstore.google.com/detail/devtweak-alpha/kcilfkccjdpfadhgjamgmnhcnfdgjjml
الوصف Changes deviantART logo and top bar background color by the old ones.
حجم الملف 3.84 KB
عدد التثبيتات 109
النسخة الحالية 1.3
آخر تحديث 2018-03-23
تاريخ النشر 2018-03-23
تقييم 4.00/5 مجموع تقييمات 18
المطور Nidrax
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "devTweak alpha",
    "version": "1.3",
    "description": "Changes deviantART logo and top bar background color by the old ones.",
    "manifest_version": 2,
    "icons": {
        "16": "deviantart-logo-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.deviantart.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}