Wuxiaworld: Reading Mode
This extension improves the reading experience on www.wuxiaworld.com.
Wuxiaworld: Reading Mode là gì?
Wuxiaworld: Reading Mode là một tiện ích mở rộng Chrome được phát triển bởi Jefferson, và tính năng chính của nó là "This extension improves the reading experience on www.wuxiaworld.com.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wuxiaworld: Reading Mode
Tải xuống các tệp mở rộng Wuxiaworld: Reading Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The best extension that improves your reading experience at Wuxiaworld.com! Patch: Version 2.2 Updated experience for current website design.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fembnbnndllidgfefmooackcioieebgn |
URL Chính Thức | https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn |
Mô tả | This extension improves the reading experience on www.wuxiaworld.com. |
Kích Thước Tệp | 3.71 MB |
Số Lần Cài Đặt | 199 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2019-06-19 |
Ngày Phát Hành | 2019-06-19 |
Đánh Giá | 3.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Jefferson |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |