Gamkenbot

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

Gamkenbot là gì?

Gamkenbot là một tiện ích mở rộng Chrome được phát triển bởi Shilo Magen, và tính năng chính của nó là "Gamkenbot will help you get an appointment at the Ministry of Interior".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gamkenbot

Tải xuống các tệp mở rộng Gamkenbot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Helps user to get an appointment, easily!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gamkenbot Gamkenbot
ID edgflihadcmpgaicadncdiigconmhhnn
URL Chính Thức https://chromewebstore.google.com/detail/gamkenbot/edgflihadcmpgaicadncdiigconmhhnn
Mô tả Gamkenbot will help you get an appointment at the Ministry of Interior
Kích Thước Tệp 531 KB
Số Lần Cài Đặt 5,617
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2023-05-01
Ngày Phát Hành 2023-03-21
Đánh Giá 4.16/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Shilo Magen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gamkenbot.com
URL Trang Trợ Giúp https://www.gamkenbot.com
URL Trang Chính Sách Bảo Mật https://gamkenbot.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}