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