Wuxiaworld: Reading Mode

This extension improves the reading experience on www.wuxiaworld.com.

Wuxiaworld: Reading Modeคืออะไร?

Wuxiaworld: Reading Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jefferson และคุณลักษณะหลักของมันคือ "This extension improves the reading experience on www.wuxiaworld.com."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wuxiaworld: Reading Mode

ดาวน์โหลดไฟล์ส่วนขยาย Wuxiaworld: Reading Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The best extension that improves your reading experience at Wuxiaworld.com!


Patch: Version 2.2

Updated experience for current website design.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wuxiaworld: Reading Mode Wuxiaworld: Reading Mode
ID fembnbnndllidgfefmooackcioieebgn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn
คำอธิบาย This extension improves the reading experience on www.wuxiaworld.com.
ขนาดไฟล์ 3.71 MB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2019-06-19
วันที่เผยแพร่ 2019-06-19
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Jefferson
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
    }
}