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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}