Wuxiaworld: Reading Mode

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

Co to jest Wuxiaworld: Reading Mode?

Wuxiaworld: Reading Mode to rozszerzenie Chrome opracowane przez Jefferson, a jego główną funkcją jest „This extension improves the reading experience on www.wuxiaworld.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Wuxiaworld: Reading Mode

Pobierz pliki rozszerzeń Wuxiaworld: Reading Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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


Patch: Version 2.2

Updated experience for current website design.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wuxiaworld: Reading Mode Wuxiaworld: Reading Mode
ID fembnbnndllidgfefmooackcioieebgn
Oficjalny URL https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn
Opis This extension improves the reading experience on www.wuxiaworld.com.
Rozmiar pliku 3.71 MB
Liczba instalacji 199
Aktualna Wersja 2.2.0
Ostatnia Aktualizacja 2019-06-19
Data Publikacji 2019-06-19
Ocena 3.33/5 Łącznie 6 Oceny
Deweloper Jefferson
Typ Płatności free
Obsługiwane Języki 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
    }
}