Gamkenbot
Gamkenbot will help you get an appointment at the Ministry of Interior
什么是Gamkenbot?
Gamkenbot是由Shilo Magen开发的Chrome扩展程序,该扩展的主要功能是“Gamkenbot will help you get an appointment at the Ministry of Interior”。
扩展截图
下载Gamkenbot扩展crx文件
下载Gamkenbot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps user to get an appointment, easily! 扩展基本信息
| 名称 | |
| ID | edgflihadcmpgaicadncdiigconmhhnn |
| 官方URL | https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn |
| 简介 | Gamkenbot will help you get an appointment at the Ministry of Interior |
| 文件大小 | 531 KB |
| 安装次数 | 5,617 |
| 当前版本 | 1.1.5 |
| 更新时间 | 2023-05-01 |
| 上架时间 | 2023-03-21 |
| 评分 | 4.16/5 共25次评分 |
| 开发者 | Shilo Magen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.gamkenbot.com |
| 帮助页面URL | https://www.gamkenbot.com |
| 隐私政策页面URL | https://gamkenbot.com/privacy |
| 支持的语言 | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Gamkenbot",
"description": "Gamkenbot will help you get an appointment at the Ministry of Interior",
"version": "1.1.5",
"action": {
"default_icon": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background-page.js"
},
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.myvisit.com\/*"
],
"js": [
"content-script.js"
]
}
],
"host_permissions": [
"*:\/\/*.myvisit.com\/*"
],
"permissions": [
"storage",
"cookies",
"webNavigation",
"storage"
]
} | |