Wuxiaworld: Reading Mode
This extension improves the reading experience on www.wuxiaworld.com.
Apa itu Wuxiaworld: Reading Mode?
Wuxiaworld: Reading Mode adalah ekstensi Chrome yang dikembangkan oleh Jefferson, dan fitur utamanya adalah "This extension improves the reading experience on www.wuxiaworld.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wuxiaworld: Reading Mode
Unduh file ekstensi Wuxiaworld: Reading Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The best extension that improves your reading experience at Wuxiaworld.com! Patch: Version 2.2 Updated experience for current website design.
Informasi Dasar Ekstensi
Nama | |
ID | fembnbnndllidgfefmooackcioieebgn |
URL Resmi | https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn |
Deskripsi | This extension improves the reading experience on www.wuxiaworld.com. |
Ukuran File | 3.71 MB |
Jumlah Instalasi | 199 |
Versi Saat Ini | 2.2.0 |
Terakhir Diperbarui | 2019-06-19 |
Tanggal Publikasi | 2019-06-19 |
Penilaian | 3.33/5 Total 6 Penilaian |
Pengembang | Jefferson |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |