VNSTYLEMANGAVIER

Viet Nan Manga Viewer

Qu'est-ce que VNSTYLEMANGAVIER ?

VNSTYLEMANGAVIER est une extension Chrome développée par Shadel, et sa fonction principale est "Viet Nan Manga Viewer".

Télécharger le fichier CRX de l'extension VNSTYLEMANGAVIER

Téléchargez les fichiers d'extension VNSTYLEMANGAVIER 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

                        View manga with all image in one page                    

Informations de Base sur l'Extension

Nom VNSTYLEMANGAVIER VNSTYLEMANGAVIER
ID pkjdiknoipicbhbhpkdhekegmfecikmi
URL Officiel https://chrome.google.com/webstore/detail/vnstylemangavier/pkjdiknoipicbhbhpkdhekegmfecikmi
Description Viet Nan Manga Viewer
Taille du Fichier 167 KB
Nombre d'Installations 31
Version Actuelle 1.0
Dernière Mise à Jour 2015-10-18
Date de Publication 2015-10-18
Évaluation 4.88/5 Total 8 Évaluations
Développeur Shadel
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VNSTYLEMANGAVIER",
    "description": "Viet Nan Manga Viewer",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "engine.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "engine.js",
            "eventPage.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}