PV3 SOG Training

Pokemon Vortex Training Extension

O que é PV3 SOG Training?

PV3 SOG Training é uma extensão do Chrome desenvolvida por superman.potato.1337, e sua principal característica é "Pokemon Vortex Training Extension".

Baixar o arquivo CRX da Extensão PV3 SOG Training

Baixe arquivos de extensão PV3 SOG Training 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

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

Informações Básicas da Extensão

Nome PV3 SOG Training PV3 SOG Training
ID hmlikmfcbahldjmomhnganobpmbhmdfg
URL Oficial https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg
Descrição Pokemon Vortex Training Extension
Tamanho do Arquivo 297 KB
Contagem de Instalações 22
Versão Atual 1.0.1
Última Atualização 2015-10-04
Data de Publicação 2015-10-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor superman.potato.1337
Tipo de Pagamento free
Idiomas Suportados 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"
}