PV3 SOG Training

Pokemon Vortex Training Extension

Wat is PV3 SOG Training?

PV3 SOG Training is een Chrome-extensie ontwikkeld door superman.potato.1337, en de belangrijkste functie is "Pokemon Vortex Training Extension".

Download het CRX-bestand van de extensie PV3 SOG Training

Download PV3 SOG Training-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PV3 SOG Training PV3 SOG Training
ID hmlikmfcbahldjmomhnganobpmbhmdfg
Officiële URL https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg
Beschrijving Pokemon Vortex Training Extension
Bestandsgrootte 297 KB
Aantal Installaties 22
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-10-04
Publicatiedatum 2015-10-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar superman.potato.1337
Betalingswijze free
Ondersteunde Talen 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"
}