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

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

                        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
عنوان صفحة المساعدة 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"
    }
}