Wattpad Dark Mode
Creates dark mode for Wattpad editing mode only.
Cos'è Wattpad Dark Mode?
Wattpad Dark Mode è un'estensione di Chrome sviluppata da SVK212, e la sua funzione principale è "Creates dark mode for Wattpad editing mode only.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wattpad Dark Mode
Scarica i file di estensione Wattpad Dark Mode 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
It's a simple extension useful only for editing story on Wattpad Website. I tried a number of extensions already available on store, but none of them worked, so I created this extension for my own comfort and felt like it should be shared.
Informazioni di Base sull'Estensione
Nome | Wattpad Dark Mode |
ID | fdkdhnmocjdpgbjofkmkcfnhkblmadce |
URL Ufficiale | https://chrome.google.com/webstore/detail/wattpad-dark-mode/fdkdhnmocjdpgbjofkmkcfnhkblmadce |
Descrizione | Creates dark mode for Wattpad editing mode only. |
Dimensione del File | 23.45 KB |
Conteggio Installazioni | 5,940 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-04-03 |
Data di Pubblicazione | 2021-04-03 |
Valutazione | 2.81/5 Totale 47 Valutazioni |
Sviluppatore | SVK212 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wattpad Dark Mode", "version": "0.1.0", "description": "Creates dark mode for Wattpad editing mode only.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.wattpad.com\/myworks\/*" ] } ] } |