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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}