PV3 SOG Training

Pokemon Vortex Training Extension

Co to jest PV3 SOG Training?

PV3 SOG Training to rozszerzenie Chrome opracowane przez superman.potato.1337, a jego główną funkcją jest „Pokemon Vortex Training Extension”.

Pobierz plik CRX rozszerzenia PV3 SOG Training

Pobierz pliki rozszerzeń PV3 SOG Training w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PV3 SOG Training PV3 SOG Training
ID hmlikmfcbahldjmomhnganobpmbhmdfg
Oficjalny URL https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg
Opis Pokemon Vortex Training Extension
Rozmiar pliku 297 KB
Liczba instalacji 22
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-10-04
Data Publikacji 2015-10-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper superman.potato.1337
Typ Płatności free
Obsługiwane Języki 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"
}