VNSTYLEMANGAVIER

Viet Nan Manga Viewer

O que é VNSTYLEMANGAVIER?

VNSTYLEMANGAVIER é uma extensão do Chrome desenvolvida por Shadel, e sua principal característica é "Viet Nan Manga Viewer".

Baixar o arquivo CRX da Extensão VNSTYLEMANGAVIER

Baixe arquivos de extensão VNSTYLEMANGAVIER no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        View manga with all image in one page                    

Informações Básicas da Extensão

Nome VNSTYLEMANGAVIER VNSTYLEMANGAVIER
ID pkjdiknoipicbhbhpkdhekegmfecikmi
URL Oficial https://chrome.google.com/webstore/detail/vnstylemangavier/pkjdiknoipicbhbhpkdhekegmfecikmi
Descrição Viet Nan Manga Viewer
Tamanho do Arquivo 167 KB
Contagem de Instalações 31
Versão Atual 1.0
Última Atualização 2015-10-18
Data de Publicação 2015-10-18
Classificação 4.88/5 Total de 8 Avaliações
Desenvolvedor Shadel
Tipo de Pagamento free
Idiomas Suportados 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'"
}