PokeClick
PokeClick
什么是PokeClick?
PokeClick是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“PokeClick”。
扩展截图
下载PokeClick扩展crx文件
下载PokeClick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pokerclicker game Helper
Using for auto breeding, auto plant all in farm, auto dig in Underground, auto battle in Dungeon. 扩展基本信息
| 名称 | |
| ID | ddkliiaolnmodbepobjelbgmhkijlljd |
| 官方URL | https://chromewebstore.google.com/detail/pokeclick/ddkliiaolnmodbepobjelbgmhkijlljd |
| 简介 | PokeClick |
| 文件大小 | 13.73 KB |
| 安装次数 | 34 |
| 当前版本 | 0.1 |
| 更新时间 | 2021-12-30 |
| 上架时间 | 2021-12-29 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PokeClick",
"description": "PokeClick",
"version": "0.1",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"scripting"
],
"content_scripts": [
{
"matches": [
"http:\/\/idlegame.gitee.io\/*"
],
"js": [
"contentscript.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
},
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
},
"web_accessible_resources": [
{
"resources": [
"main.js"
],
"matches": [
"http:\/\/idlegame.gitee.io\/*"
]
}
]
} | |