Gamkenbot

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

Gamkenbot란 무엇입니까?

Gamkenbot은(는) Shilo Magen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gamkenbot will help you get an appointment at the Ministry of Interior"입니다.

확장 프로그램 스크린샷

screenshot

Gamkenbot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}