Wuxiaworld: Reading Mode
This extension improves the reading experience on www.wuxiaworld.com.
What is Wuxiaworld: Reading Mode?
Wuxiaworld: Reading Mode is a Chrome extension developed by Jefferson, and its main feature is "This extension improves the reading experience on www.wuxiaworld.com.".
Extension Screenshots
Download Wuxiaworld: Reading Mode Extension CRX File
Download Wuxiaworld: Reading 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
The best extension that improves your reading experience at Wuxiaworld.com! Patch: Version 2.2 Updated experience for current website design.
Extension Basic Information
Name | |
ID | fembnbnndllidgfefmooackcioieebgn |
Official URL | https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn |
Description | This extension improves the reading experience on www.wuxiaworld.com. |
File Size | 3.71 MB |
Installation Count | 199 |
Current Version | 2.2.0 |
Last Updated | 2019-06-19 |
Publish Date | 2019-06-19 |
Rating | 3.33/5 Total 6 Ratings |
Developer | Jefferson |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wuxiaworld: Reading Mode", "description": "This extension improves the reading experience on www.wuxiaworld.com.", "version": "2.2.0", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Wuxiaworld: Reading Mode" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "https:\/\/www.wuxiaworld.com\/*" ], "background": { "scripts": [ "src\/js\/install.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.wuxiaworld.com\/*\/*" ], "run_at": "document_start", "js": [ "src\/js\/reading-mode.js" ], "css": [ "src\/css\/reading-mode.css" ] } ], "options_ui": { "page": "src\/options.html", "chrome_style": true } } |