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 |
| Eメール | [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"
]
} | |