Wuxiaworld: Reading Mode

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

Qu'est-ce que Wuxiaworld: Reading Mode ?

Wuxiaworld: Reading Mode est une extension Chrome développée par Jefferson, et sa fonction principale est "This extension improves the reading experience on www.wuxiaworld.com.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wuxiaworld: Reading Mode

Téléchargez les fichiers d'extension Wuxiaworld: Reading Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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


Patch: Version 2.2

Updated experience for current website design.                    

Informations de Base sur l'Extension

Nom Wuxiaworld: Reading Mode Wuxiaworld: Reading Mode
ID fembnbnndllidgfefmooackcioieebgn
URL Officiel https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn
Description This extension improves the reading experience on www.wuxiaworld.com.
Taille du Fichier 3.71 MB
Nombre d'Installations 199
Version Actuelle 2.2.0
Dernière Mise à Jour 2019-06-19
Date de Publication 2019-06-19
Évaluation 3.33/5 Total 6 Évaluations
Développeur Jefferson
Type de Paiement free
Langues Prises en Charge 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
    }
}