VNSTYLEMANGAVIER

Viet Nan Manga Viewer

VNSTYLEMANGAVIERとは何ですか?

VNSTYLEMANGAVIERはShadelによって開発されたChromeの拡張機能で、その主な機能は「Viet Nan Manga Viewer」です。

VNSTYLEMANGAVIER拡張機能のCRXファイルをダウンロード

VNSTYLEMANGAVIER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        View manga with all image in one page                    

拡張機能の基本情報

名前 VNSTYLEMANGAVIER VNSTYLEMANGAVIER
ID pkjdiknoipicbhbhpkdhekegmfecikmi
公式URL https://chrome.google.com/webstore/detail/vnstylemangavier/pkjdiknoipicbhbhpkdhekegmfecikmi
説明 Viet Nan Manga Viewer
ファイルサイズ 167 KB
インストール数 31
現在のバージョン 1.0
最終更新日 2015-10-18
公開日 2015-10-18
評価 4.88/5 合計 8 レビュー
開発者 Shadel
支払い方法 free
対応言語 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'"
}