VNSTYLEMANGAVIER

Viet Nan Manga Viewer

Wat is VNSTYLEMANGAVIER?

VNSTYLEMANGAVIER is een Chrome-extensie ontwikkeld door Shadel, en de belangrijkste functie is "Viet Nan Manga Viewer".

Download het CRX-bestand van de extensie VNSTYLEMANGAVIER

Download VNSTYLEMANGAVIER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        View manga with all image in one page                    

Basisinformatie over de Extensie

Naam VNSTYLEMANGAVIER VNSTYLEMANGAVIER
ID pkjdiknoipicbhbhpkdhekegmfecikmi
Officiële URL https://chrome.google.com/webstore/detail/vnstylemangavier/pkjdiknoipicbhbhpkdhekegmfecikmi
Beschrijving Viet Nan Manga Viewer
Bestandsgrootte 167 KB
Aantal Installaties 31
Huidige Versie 1.0
Laatst Bijgewerkt 2015-10-18
Publicatiedatum 2015-10-18
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar Shadel
Betalingswijze free
Ondersteunde Talen 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'"
}