Glitter
25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
Vad är Glitter?
Glitter är en Chrome-tillägg utvecklad av jarodpeachey, och dess huvudfunktion är "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.".
Tilläggsskärmbilder
Ladda ner Glitter-förlängningens CRX-fil
Ladda ner Glitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Glitter |
ID | eemfjchmfdebpajeaaopbjgflhljhbnd |
Officiell webbadress | https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd |
Beskrivning | 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor. |
Filstorlek | 44.81 KB |
Antal Installationer | 238 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2023-08-30 |
Publiceringsdatum | 2020-12-23 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | jarodpeachey |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://get-glitter.netlify.app |
Hjälpsida URL | https://get-glitter.netlify.app |
Stödda Språk | 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" } } |