Glitter
25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
¿Qué es Glitter?
Glitter es una extensión de Chrome desarrollada por jarodpeachey, y su función principal es "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Glitter
Descarga archivos de extensión Glitter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Glitter |
ID | eemfjchmfdebpajeaaopbjgflhljhbnd |
URL Oficial | https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd |
Descripción | 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor. |
Tamaño del Archivo | 44.81 KB |
Cantidad de Instalaciones | 238 |
Versión Actual | 2.0.0 |
Última Actualización | 2023-08-30 |
Fecha de Publicación | 2020-12-23 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | jarodpeachey |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://get-glitter.netlify.app |
URL de la Página de Ayuda | https://get-glitter.netlify.app |
Idiomas Soportados | 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" } } |