Dark Stips
Dark Mode For Stips
Cos'è Dark Stips?
Dark Stips è un'estensione di Chrome sviluppata da bardf, e la sua funzione principale è "Dark Mode For Stips".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark Stips
Scarica i file di estensione Dark Stips 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
האתר סטיפס בגרסה לילית! מהיום כל אחד יכול לשלוט האם ברצונו להציג את אתר סטיפס בתצוגה חשוכה או מוארת. בלחיצה פשוטה ניתן לבטל או לאפשר את מצב תצוגה לילית בסטיפס.
Informazioni di Base sull'Estensione
Nome | |
ID | gkofgnflgknlgdeoganbakfhnanehlki |
URL Ufficiale | https://chrome.google.com/webstore/detail/dark-stips/gkofgnflgknlgdeoganbakfhnanehlki |
Descrizione | Dark Mode For Stips |
Dimensione del File | 19.21 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2019-10-12 |
Data di Pubblicazione | 2019-10-12 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | bardf |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://stips.co.il/ |
Lingue Supportate | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Stips", "description": "Dark Mode For Stips", "version": "1.0.4", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/stips.co.il\/*" ], "js": [ "darkmode.js" ], "css": [ "animation.css" ] } ], "web_accessible_resources": [ "darkmode.css" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |