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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |