Glitter

25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.

Glitterคืออะไร?

Glitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jarodpeachey และคุณลักษณะหลักของมันคือ "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glitter

ดาวน์โหลดไฟล์ส่วนขยาย Glitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Update the old Twitter UI with your own flair and style.

Glitter allows you to create and edit your own Twitter themes, so you can make Twitter yours. Customize everything from colors, buttons, backgrounds and more.

🎨 Create and edit custom themes
✨ Choose from over 25 presets or use your own theme
🔥  Switch Twitter themes instantly
😎 Fully dark-mode compatible

Glitter supports unlimited custom themes, so your creativity will know no bounds!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Glitter Glitter
ID eemfjchmfdebpajeaaopbjgflhljhbnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd
คำอธิบาย 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
ขนาดไฟล์ 44.81 KB
จำนวนการติดตั้ง 238
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2020-12-23
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา jarodpeachey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://get-glitter.netlify.app
URL หน้าช่วยเหลือ https://get-glitter.netlify.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glitter",
    "version": "2.0.0",
    "description": "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.",
    "short_name": "Glitter",
    "icons": {
        "16": "img\/glitter.png",
        "48": "img\/glitter.png",
        "128": "img\/glitter.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/override.css"
            ],
            "js": [
                "js\/twitter.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Customize Twitter",
        "default_popup": "popup.html"
    }
}