Gamkenbot
Gamkenbot will help you get an appointment at the Ministry of Interior
Qu'est-ce que Gamkenbot ?
Gamkenbot est une extension Chrome développée par Shilo Magen, et sa fonction principale est "Gamkenbot will help you get an appointment at the Ministry of Interior".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gamkenbot
Téléchargez les fichiers d'extension Gamkenbot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Helps user to get an appointment, easily!
Informations de Base sur l'Extension
Nom | Gamkenbot |
ID | edgflihadcmpgaicadncdiigconmhhnn |
URL Officiel | https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn |
Description | Gamkenbot will help you get an appointment at the Ministry of Interior |
Taille du Fichier | 531 KB |
Nombre d'Installations | 5,617 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2023-05-01 |
Date de Publication | 2023-03-21 |
Évaluation | 4.16/5 Total 25 Évaluations |
Développeur | Shilo Magen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gamkenbot.com |
URL de la Page d'Aide | https://www.gamkenbot.com |
URL de la Page de Politique de Confidentialité | https://gamkenbot.com/privacy |
Langues Prises en Charge | 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" ] } |