VNSTYLEMANGAVIER

Viet Nan Manga Viewer

What is VNSTYLEMANGAVIER?

VNSTYLEMANGAVIER is a Chrome extension developed by Shadel, and its main feature is "Viet Nan Manga Viewer".

Download VNSTYLEMANGAVIER Extension CRX File

Download VNSTYLEMANGAVIER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        View manga with all image in one page                    

Extension Basic Information

Name VNSTYLEMANGAVIER VNSTYLEMANGAVIER
ID pkjdiknoipicbhbhpkdhekegmfecikmi
Official URL https://chrome.google.com/webstore/detail/vnstylemangavier/pkjdiknoipicbhbhpkdhekegmfecikmi
Description Viet Nan Manga Viewer
File Size 167 KB
Installation Count 31
Current Version 1.0
Last Updated 2015-10-18
Publish Date 2015-10-18
Rating 4.88/5 Total 8 Ratings
Developer Shadel
Payment Type free
Supported Languages 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'"
}