Twitter Pastel Palettes
Cute pastel color themes for Twitter/X in Chrome
Co to jest Twitter Pastel Palettes?
Twitter Pastel Palettes to rozszerzenie Chrome opracowane przez rin, a jego główną funkcją jest „Cute pastel color themes for Twitter/X in Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Pastel Palettes
Pobierz pliki rozszerzeń Twitter Pastel Palettes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bigcpeflhikdlnbmpmhgcmknhjkejbki |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-pastel-palettes/bigcpeflhikdlnbmpmhgcmknhjkejbki |
| Opis | Cute pastel color themes for Twitter/X in Chrome |
| Rozmiar pliku | 1.13 MB |
| Liczba instalacji | 6,129 |
| Aktualna Wersja | 1.6 |
| Ostatnia Aktualizacja | 2024-02-18 |
| Data Publikacji | 2020-04-16 |
| Ocena | 4.38/5 Łącznie 24 Oceny |
| Deweloper | rin |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |