Twitter Pastel Palettes
Cute pastel color themes for Twitter/X in Chrome
Cos'è Twitter Pastel Palettes?
Twitter Pastel Palettes è un'estensione di Chrome sviluppata da rin, e la sua funzione principale è "Cute pastel color themes for Twitter/X in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Pastel Palettes
Scarica i file di estensione Twitter Pastel Palettes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Six cute pastel color themes to apply to Twitter's desktop site!
Note: Must be using Twitter's default blue display color! (Designed to overwrite Twitter's light mode + blue accent default layout) Informazioni di Base sull'Estensione
| Nome | |
| ID | bigcpeflhikdlnbmpmhgcmknhjkejbki |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitter-pastel-palettes/bigcpeflhikdlnbmpmhgcmknhjkejbki |
| Descrizione | Cute pastel color themes for Twitter/X in Chrome |
| Dimensione del File | 1.13 MB |
| Conteggio Installazioni | 6,129 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2024-02-18 |
| Data di Pubblicazione | 2020-04-16 |
| Valutazione | 4.38/5 Totale 24 Valutazioni |
| Sviluppatore | rin |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter Pastel Palettes",
"description": "Cute pastel color themes for Twitter\/X in Chrome",
"version": "1.6",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "icons\/icon48.png",
"default_title": "Twitter Pastel Palettes"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/twitter.com\/*"
],
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |