VNSTYLEMANGAVIER

Viet Nan Manga Viewer

Cos'è VNSTYLEMANGAVIER?

VNSTYLEMANGAVIER è un'estensione di Chrome sviluppata da Shadel, e la sua funzione principale è "Viet Nan Manga Viewer".

Scarica il file CRX dell'estensione VNSTYLEMANGAVIER

Scarica i file di estensione VNSTYLEMANGAVIER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        View manga with all image in one page                    

Informazioni di Base sull'Estensione

Nome VNSTYLEMANGAVIER VNSTYLEMANGAVIER
ID pkjdiknoipicbhbhpkdhekegmfecikmi
URL Ufficiale https://chrome.google.com/webstore/detail/vnstylemangavier/pkjdiknoipicbhbhpkdhekegmfecikmi
Descrizione Viet Nan Manga Viewer
Dimensione del File 167 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2015-10-18
Data di Pubblicazione 2015-10-18
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Shadel
Tipo di Pagamento free
Lingue Supportate 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'"
}