Glitter

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

Glitter là gì?

Glitter là một tiện ích mở rộng Chrome được phát triển bởi jarodpeachey, và tính năng chính của nó là "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Glitter

Tải xuống các tệp mở rộng Glitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glitter Glitter
ID eemfjchmfdebpajeaaopbjgflhljhbnd
URL Chính Thức https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd
Mô tả 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
Kích Thước Tệp 44.81 KB
Số Lần Cài Đặt 238
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-08-30
Ngày Phát Hành 2020-12-23
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jarodpeachey
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://get-glitter.netlify.app
URL Trang Trợ Giúp https://get-glitter.netlify.app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}