오마이코인

코인의 시세를 언제나 확인!

What is 오마이코인?

오마이코인 is a Chrome extension developed by omycoin, and its main feature is "코인의 시세를 언제나 확인!".

Extension Screenshots

screenshot
screenshot

Download 오마이코인 Extension CRX File

Download 오마이코인 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

                        오마이코인은 블록체인 코인의 시세를 항상 확인할수 있도록 제공합니다.
PC와 모바일 상에서 모든 데이터 확인이 가능하며
현재 코인 거래소 1위인 업비트의 시세를 로그인없이 간편하게 볼 수 있습니다.                    

Extension Basic Information

Name 오마이코인 오마이코인
ID pplphjglgehmeijkfiljeikfcmbodfgl
Official URL https://chromewebstore.google.com/detail/%EC%98%A4%EB%A7%88%EC%9D%B4%EC%BD%94%EC%9D%B8/pplphjglgehmeijkfiljeikfcmbodfgl
Description 코인의 시세를 언제나 확인!
File Size 715 KB
Installation Count 104
Current Version 1.0
Last Updated 2021-04-03
Publish Date 2021-04-03
Rating 5.00/5 Total 2 Ratings
Developer omycoin
Email [email protected]
Payment Type free
Extension Website http://omycoin.co.kr/
Privacy Policy Page URL https://omycoin.co.kr
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\uc624\ub9c8\uc774\ucf54\uc778",
    "description": "\ucf54\uc778\uc758 \uc2dc\uc138\ub97c \uc5b8\uc81c\ub098 \ud655\uc778!",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}