VNSTYLEMANGAVIER

Viet Nan Manga Viewer

¿Qué es VNSTYLEMANGAVIER?

VNSTYLEMANGAVIER es una extensión de Chrome desarrollada por Shadel, y su función principal es "Viet Nan Manga Viewer".

Descargar Archivo CRX de la Extensión VNSTYLEMANGAVIER

Descarga archivos de extensión VNSTYLEMANGAVIER en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        View manga with all image in one page                    

Información Básica de la Extensión

Nombre VNSTYLEMANGAVIER VNSTYLEMANGAVIER
ID pkjdiknoipicbhbhpkdhekegmfecikmi
URL Oficial https://chrome.google.com/webstore/detail/vnstylemangavier/pkjdiknoipicbhbhpkdhekegmfecikmi
Descripción Viet Nan Manga Viewer
Tamaño del Archivo 167 KB
Cantidad de Instalaciones 31
Versión Actual 1.0
Última Actualización 2015-10-18
Fecha de Publicación 2015-10-18
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador Shadel
Tipo de Pago free
Idiomas Soportados 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'"
}