Gamkenbot

Gamkenbot will help you get an appointment at the Ministry of Interior

Co to jest Gamkenbot?

Gamkenbot to rozszerzenie Chrome opracowane przez Shilo Magen, a jego główną funkcją jest „Gamkenbot will help you get an appointment at the Ministry of Interior”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gamkenbot

Pobierz pliki rozszerzeń Gamkenbot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Helps user to get an appointment, easily!                    

Podstawowe informacje o rozszerzeniu

Nazwa Gamkenbot Gamkenbot
ID edgflihadcmpgaicadncdiigconmhhnn
Oficjalny URL https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn
Opis Gamkenbot will help you get an appointment at the Ministry of Interior
Rozmiar pliku 531 KB
Liczba instalacji 5,617
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2023-05-01
Data Publikacji 2023-03-21
Ocena 4.16/5 Łącznie 25 Oceny
Deweloper Shilo Magen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.gamkenbot.com
Adres URL Strony Pomocy https://www.gamkenbot.com
Adres URL Strony Polityki Prywatności https://gamkenbot.com/privacy
Obsługiwane Języki 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"
    ]
}