Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wattpad Dark Mode", "description": "This extension gives Wattpad a nice dark theme.", "version": "1.9.52", "author": "KLM1318", "action": { "default_popup": ".\/popup.html", "default_title": "Wattpad Dark Mode" }, "icons": { "16": ".\/wattpad-dark-mode-low-resolution-color-logo.png", "48": ".\/wattpad-dark-mode-low-resolution-color-logo.png", "128": ".\/wattpad-dark-mode-low-resolution-color-logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.wattpad.com\/*", "https:\/\/www.wattpad.com\/home" ], "css": [ ".\/main.css" ], "all_frames": true } ] }