Wiki Game Cheat

Lets you instantly win the Wiki Game

Wiki Game Cheat란 무엇입니까?

Wiki Game Cheat은(는) https://niko109.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you instantly win the Wiki Game"입니다.

확장 프로그램 스크린샷

screenshot

Wiki Game Cheat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}