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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}