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」です。
拡張機能のスクリーンショット
Wiki Game Cheat拡張機能のCRXファイルをダウンロード
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! 拡張機能の基本情報
| 名前 | |
| 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"
} | |