PV3 SOG Training

Pokemon Vortex Training Extension

PV3 SOG Trainingとは何ですか?

PV3 SOG Trainingはsuperman.potato.1337によって開発されたChromeの拡張機能で、その主な機能は「Pokemon Vortex Training Extension」です。

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

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

拡張機能の使用方法

                        Download and use it on any page of pokemon vortex it battles the accounts have fun!                    

拡張機能の基本情報

名前 PV3 SOG Training PV3 SOG Training
ID hmlikmfcbahldjmomhnganobpmbhmdfg
公式URL https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg
説明 Pokemon Vortex Training Extension
ファイルサイズ 297 KB
インストール数 22
現在のバージョン 1.0.1
最終更新日 2015-10-04
公開日 2015-10-04
評価 5.00/5 合計 2 レビュー
開発者 superman.potato.1337
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PV3 SOG Training",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Pokemon Vortex Training Extension",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/defaultIcon19x19.png",
        "default_popup": "popup.html",
        "default_title": "PV3 Training Helper (SOG)"
    },
    "permissions": [
        "http:\/\/*.pokemon-vortex.com\/*",
        "http:\/\/www.pokemon-vortex.com\/*",
        "unlimitedStorage",
        "contextMenus",
        "cookies",
        "tabs",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-1.8.2.min.js",
                "js\/popup.js",
                "js\/app\/popup.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "18"
}