Wattpad Dark Mode
Creates dark mode for Wattpad editing mode only.
Wat is Wattpad Dark Mode?
Wattpad Dark Mode is een Chrome-extensie ontwikkeld door SVK212, en de belangrijkste functie is "Creates dark mode for Wattpad editing mode only.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wattpad Dark Mode
Download Wattpad Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fdkdhnmocjdpgbjofkmkcfnhkblmadce |
| Officiële URL | https://chrome.google.com/webstore/detail/wattpad-dark-mode/fdkdhnmocjdpgbjofkmkcfnhkblmadce |
| Beschrijving | Creates dark mode for Wattpad editing mode only. |
| Bestandsgrootte | 23.45 KB |
| Aantal Installaties | 5,940 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2021-04-03 |
| Publicatiedatum | 2021-04-03 |
| Beoordeling | 2.81/5 Totaal 47 Beoordelingen |
| Ontwikkelaar | SVK212 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |