Wattpad Dark Mode

Creates dark mode for Wattpad editing mode only.

What is Wattpad Dark Mode?

Wattpad Dark Mode is a Chrome extension developed by SVK212, and its main feature is "Creates dark mode for Wattpad editing mode only.".

Extension Screenshots

screenshot

Download Wattpad Dark Mode Extension CRX File

Download Wattpad Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wattpad Dark Mode Wattpad Dark Mode
ID fdkdhnmocjdpgbjofkmkcfnhkblmadce
Official URL https://chrome.google.com/webstore/detail/wattpad-dark-mode/fdkdhnmocjdpgbjofkmkcfnhkblmadce
Description Creates dark mode for Wattpad editing mode only.
File Size 23.45 KB
Installation Count 5,940
Current Version 0.1.0
Last Updated 2021-04-03
Publish Date 2021-04-03
Rating 2.81/5 Total 47 Ratings
Developer SVK212
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}