Gamkenbot

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

Vad är Gamkenbot?

Gamkenbot är en Chrome-tillägg utvecklad av Shilo Magen, och dess huvudfunktion är "Gamkenbot will help you get an appointment at the Ministry of Interior".

Tilläggsskärmbilder

screenshot

Ladda ner Gamkenbot-förlängningens CRX-fil

Ladda ner Gamkenbot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Helps user to get an appointment, easily!                    

Grundläggande Information om Tillägg

Namn Gamkenbot Gamkenbot
ID edgflihadcmpgaicadncdiigconmhhnn
Officiell webbadress https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn
Beskrivning Gamkenbot will help you get an appointment at the Ministry of Interior
Filstorlek 531 KB
Antal Installationer 5,617
Aktuell Version 1.1.5
Senast Uppdaterad 2023-05-01
Publiceringsdatum 2023-03-21
Betyg 4.16/5 Totalt 25 Betyg
Utvecklare Shilo Magen
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gamkenbot.com
Hjälpsida URL https://www.gamkenbot.com
URL till Sekretesspolicy Sidan https://gamkenbot.com/privacy
Stödda Språk 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"
    ]
}