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 |
| 官方網址 | 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"
} | |