Gamkenbot

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

Cos'è Gamkenbot?

Gamkenbot è un'estensione di Chrome sviluppata da Shilo Magen, e la sua funzione principale è "Gamkenbot will help you get an appointment at the Ministry of Interior".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gamkenbot

Scarica i file di estensione Gamkenbot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Helps user to get an appointment, easily!                    

Informazioni di Base sull'Estensione

Nome Gamkenbot Gamkenbot
ID edgflihadcmpgaicadncdiigconmhhnn
URL Ufficiale https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn
Descrizione Gamkenbot will help you get an appointment at the Ministry of Interior
Dimensione del File 531 KB
Conteggio Installazioni 5,617
Versione Corrente 1.1.5
Ultimo Aggiornamento 2023-05-01
Data di Pubblicazione 2023-03-21
Valutazione 4.16/5 Totale 25 Valutazioni
Sviluppatore Shilo Magen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.gamkenbot.com
URL della Pagina di Aiuto https://www.gamkenbot.com
URL della Pagina della Politica sulla Privacy https://gamkenbot.com/privacy
Lingue Supportate 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"
    ]
}