코인 제과점 Bitget 단축키

코인 제과점 Bitget 단축키

What is 코인 제과점 Bitget 단축키?

코인 제과점 Bitget 단축키 is a Chrome extension developed by shine.master9687, and its main feature is "코인 제과점 Bitget 단축키".

Extension Screenshots

screenshot

Download 코인 제과점 Bitget 단축키 Extension CRX File

Download 코인 제과점 Bitget 단축키 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        트레이드 에 도움이 되는 단축키 입니다 단축키가 없어서 별도로 만들었습니다

무료 입니다
사용 하기 위해서는 몇가지  조건이 있습니다
1,2,3,4 번 을 작성/가입 해주세요.

제가 운영하는 코인 채널 입니다
텔레그램 채널에서는 유로(돈) 을 유도하지 않습니다                    

Extension Basic Information

Name 코인 제과점 Bitget 단축키 코인 제과점 Bitget 단축키
ID lgajpeihfkaecndainjhgadclpfbjopc
Official URL https://chromewebstore.google.com/detail/%EC%BD%94%EC%9D%B8-%EC%A0%9C%EA%B3%BC%EC%A0%90-bitget-%EB%8B%A8%EC%B6%95%ED%82%A4/lgajpeihfkaecndainjhgadclpfbjopc
Description 코인 제과점 Bitget 단축키
File Size 85.1 KB
Installation Count 19
Current Version 1.1
Last Updated 2021-10-20
Publish Date 2021-09-21
Developer shine.master9687
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ucf54\uc778 \uc81c\uacfc\uc810 Bitget \ub2e8\ucd95\ud0a4",
    "description": "\ucf54\uc778 \uc81c\uacfc\uc810 Bitget \ub2e8\ucd95\ud0a4",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon4.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon4.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.bitget.com\/*",
                "*:\/\/www.bitget.c\/*"
            ],
            "js": [
                "key_event.js"
            ]
        }
    ]
}