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!
擴展基本資訊
名稱 | Gamkenbot |
ID | edgflihadcmpgaicadncdiigconmhhnn |
官方網址 | 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" ] } |