PV3 SOG Training

Pokemon Vortex Training Extension

PV3 SOG Trainingคืออะไร?

PV3 SOG Training เป็นส่วนขยายของ Chrome ที่พัฒนาโดย superman.potato.1337 และคุณลักษณะหลักของมันคือ "Pokemon Vortex Training Extension"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PV3 SOG Training

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}