Gamkenbot
Gamkenbot will help you get an appointment at the Ministry of Interior
Что такое Gamkenbot?
Gamkenbot - это расширение Chrome, разработанное Shilo Magen, и его основная функция - "Gamkenbot will help you get an appointment at the Ministry of Interior".
Снимки экрана расширения
Скачать файл CRX расширения Gamkenbot
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } |