Gamkenbot
Gamkenbot will help you get an appointment at the Ministry of Interior
Was ist Gamkenbot?
Gamkenbot ist eine Chrome-Erweiterung, die von Shilo Magen entwickelt wurde, und ihr Hauptmerkmal ist "Gamkenbot will help you get an appointment at the Ministry of Interior".
Erweiterungsscreenshots
Gamkenbot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gamkenbot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Helps user to get an appointment, easily!
Grundlegende Informationen zur Erweiterung
Name | Gamkenbot |
ID | edgflihadcmpgaicadncdiigconmhhnn |
Offizielle URL | https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn |
Beschreibung | Gamkenbot will help you get an appointment at the Ministry of Interior |
Dateigröße | 531 KB |
Installationsanzahl | 5,617 |
Aktuelle Version | 1.1.5 |
Letztes Update | 2023-05-01 |
Veröffentlichungsdatum | 2023-03-21 |
Bewertung | 4.16/5 Insgesamt 25 Bewertungen |
Entwickler | Shilo Magen |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.gamkenbot.com |
Hilfeseite URL | https://www.gamkenbot.com |
URL der Datenschutzrichtlinien-Seite | https://gamkenbot.com/privacy |
Unterstützte Sprachen | 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" ] } |