Gamkenbot
Gamkenbot will help you get an appointment at the Ministry of Interior
O que é Gamkenbot?
Gamkenbot é uma extensão do Chrome desenvolvida por Shilo Magen, e sua principal característica é "Gamkenbot will help you get an appointment at the Ministry of Interior".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gamkenbot
Baixe arquivos de extensão Gamkenbot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Helps user to get an appointment, easily!
Informações Básicas da Extensão
Nome | Gamkenbot |
ID | edgflihadcmpgaicadncdiigconmhhnn |
URL Oficial | https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn |
Descrição | Gamkenbot will help you get an appointment at the Ministry of Interior |
Tamanho do Arquivo | 531 KB |
Contagem de Instalações | 5,617 |
Versão Atual | 1.1.5 |
Última Atualização | 2023-05-01 |
Data de Publicação | 2023-03-21 |
Classificação | 4.16/5 Total de 25 Avaliações |
Desenvolvedor | Shilo Magen |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.gamkenbot.com |
URL da Página de Ajuda | https://www.gamkenbot.com |
URL da Página de Política de Privacidade | https://gamkenbot.com/privacy |
Idiomas Suportados | 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" ] } |