Gamkenbot

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

Gamkenbot क्या है?

Gamkenbot Shilo Magen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gamkenbot will help you get an appointment at the Ministry of Interior"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gamkenbot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Helps user to get an appointment, easily!                    

एक्सटेंशन की मूल जानकारी

नाम Gamkenbot Gamkenbot
ID edgflihadcmpgaicadncdiigconmhhnn
आधिकारिक URL https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn
विवरण Gamkenbot will help you get an appointment at the Ministry of Interior
फ़ाइल का आकार 531 KB
स्थापना संख्या 5,617
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2023-05-01
प्रकाशन तिथि 2023-03-21
रेटिंग 4.16/5 कुल 25 रेटिंग्स
डेवलपर Shilo Magen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gamkenbot.com
सहायता पृष्ठ URL https://www.gamkenbot.com
गोपनीयता नीति पृष्ठ URL https://gamkenbot.com/privacy
समर्थित भाषाएँ 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"
    ]
}