Glitter

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

什麼是Glitter?

Glitter是由jarodpeachey開發的Chrome擴展程式,該擴展的主要功能是“25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.”。

擴展截圖

screenshot
screenshot

下載Glitter擴展crx文件

下載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
官方網址 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"
    }
}