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
官方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"
    }
}