Gamkenbot

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

Hvad er Gamkenbot?

Gamkenbot er en Chrome-udvidelse udviklet af Shilo Magen, og dens hovedfunktion er "Gamkenbot will help you get an appointment at the Ministry of Interior".

Udvidelsesskærmbilleder

screenshot

Download Gamkenbot-udvidelses-CRX-fil

Download Gamkenbot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Helps user to get an appointment, easily!                    

Grundlæggende oplysninger om udvidelsen

Navn Gamkenbot Gamkenbot
ID edgflihadcmpgaicadncdiigconmhhnn
Officiel URL https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn
Beskrivelse Gamkenbot will help you get an appointment at the Ministry of Interior
Filstørrelse 531 KB
Antal Installationer 5,617
Nuværende Version 1.1.5
Senest Opdateret 2023-05-01
Udgivelsesdato 2023-03-21
Bedømmelse 4.16/5 Samlet 25 Bedømmelser
Udvikler Shilo Magen
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.gamkenbot.com
Hjælpeside-URL https://www.gamkenbot.com
URL til Fortrolighedspolitik Side https://gamkenbot.com/privacy
Understøttede Sprog 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"
    ]
}