Twitter Pastel Palettes
Cute pastel color themes for Twitter/X in Chrome
Vad är Twitter Pastel Palettes?
Twitter Pastel Palettes är en Chrome-tillägg utvecklad av rin, och dess huvudfunktion är "Cute pastel color themes for Twitter/X in Chrome".
Tilläggsskärmbilder
Ladda ner Twitter Pastel Palettes-förlängningens CRX-fil
Ladda ner Twitter Pastel Palettes-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
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) Grundläggande Information om Tillägg
| Namn | |
| ID | bigcpeflhikdlnbmpmhgcmknhjkejbki |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-pastel-palettes/bigcpeflhikdlnbmpmhgcmknhjkejbki |
| Beskrivning | Cute pastel color themes for Twitter/X in Chrome |
| Filstorlek | 1.13 MB |
| Antal Installationer | 6,129 |
| Aktuell Version | 1.6 |
| Senast Uppdaterad | 2024-02-18 |
| Publiceringsdatum | 2020-04-16 |
| Betyg | 4.38/5 Totalt 24 Betyg |
| Utvecklare | rin |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |