Wiki Game Cheat

Lets you instantly win the Wiki Game

Wiki Game Cheatคืออะไร?

Wiki Game Cheat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://niko109.com และคุณลักษณะหลักของมันคือ "Lets you instantly win the Wiki Game"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wiki Game Cheat

ดาวน์โหลดไฟล์ส่วนขยาย Wiki Game Cheat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just go on The Wikipedia Game speed race, press the button, and you instantly get to the goal!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wiki Game Cheat Wiki Game Cheat
ID lpplmebffmhpihkicchamhpcmjhinjcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc
คำอธิบาย Lets you instantly win the Wiki Game
ขนาดไฟล์ 479 KB
จำนวนการติดตั้ง 402
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-04-13
วันที่เผยแพร่ 2014-04-13
คะแนน 2.88/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://niko109.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://niko109.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick Schauer",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/thewikigame.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_title": "Wiki Game Cheat"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "description": "Lets you instantly win the Wiki Game",
    "homepage_url": "http:\/\/niko109.com",
    "manifest_version": 2,
    "name": "Wiki Game Cheat",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/*\/*",
        "tabs"
    ],
    "short_name": "WikiCheat",
    "version": "1.0.1"
}