Gamkenbot

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

ما هو Gamkenbot؟

Gamkenbot هو إضافة Chrome تم تطويرها بواسطة Shilo Magen، والميزة الرئيسية لها هي "Gamkenbot will help you get an appointment at the Ministry of Interior".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gamkenbot

قم بتنزيل ملفات الامتداد Gamkenbot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.gamkenbot.com
عنوان صفحة سياسة الخصوصية 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"
    ]
}