Gamkenbot
Gamkenbot will help you get an appointment at the Ministry of Interior
Wat is Gamkenbot?
Gamkenbot is een Chrome-extensie ontwikkeld door Shilo Magen, en de belangrijkste functie is "Gamkenbot will help you get an appointment at the Ministry of Interior".
Extensie Screenshots
Download het CRX-bestand van de extensie Gamkenbot
Download Gamkenbot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Helps user to get an appointment, easily!
Basisinformatie over de Extensie
Naam | Gamkenbot |
ID | edgflihadcmpgaicadncdiigconmhhnn |
Officiële URL | https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn |
Beschrijving | Gamkenbot will help you get an appointment at the Ministry of Interior |
Bestandsgrootte | 531 KB |
Aantal Installaties | 5,617 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2023-05-01 |
Publicatiedatum | 2023-03-21 |
Beoordeling | 4.16/5 Totaal 25 Beoordelingen |
Ontwikkelaar | Shilo Magen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.gamkenbot.com |
Help Pagina-URL | https://www.gamkenbot.com |
URL van de Privacybeleid Pagina | https://gamkenbot.com/privacy |
Ondersteunde Talen | 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" ] } |