Gamkenbot

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

What is Gamkenbot?

Gamkenbot is a Chrome extension developed by Shilo Magen, and its main feature is "Gamkenbot will help you get an appointment at the Ministry of Interior".

Extension Screenshots

screenshot

Download Gamkenbot Extension CRX File

Download Gamkenbot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helps user to get an appointment, easily!                    

Extension Basic Information

Name Gamkenbot Gamkenbot
ID edgflihadcmpgaicadncdiigconmhhnn
Official URL https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn
Description Gamkenbot will help you get an appointment at the Ministry of Interior
File Size 531 KB
Installation Count 5,617
Current Version 1.1.5
Last Updated 2023-05-01
Publish Date 2023-03-21
Rating 4.16/5 Total 25 Ratings
Developer Shilo Magen
Email [email protected]
Payment Type free
Extension Website https://www.gamkenbot.com
Help Page URL https://www.gamkenbot.com
Privacy Policy Page URL https://gamkenbot.com/privacy
Supported Languages 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"
    ]
}