IBGSOFT Websocket Connecter

This is Tradingview to Websocket Connecter

IBGSOFT Websocket Connecterとは何ですか?

IBGSOFT Websocket Connecterはibgsoftownerによって開発されたChromeの拡張機能で、その主な機能は「This is Tradingview to Websocket Connecter」です。

拡張機能のスクリーンショット

screenshot
screenshot

IBGSOFT Websocket Connecter拡張機能のCRXファイルをダウンロード

IBGSOFT Websocket Connecter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This app is Connect to Localhost to tradingview(KR).

이 프로그램은 트레이딩뷰와 연결해주는 프로그램입니다.                    

拡張機能の基本情報

名前 IBGSOFT Websocket Connecter IBGSOFT Websocket Connecter
ID oncangajnljghfcgkclccldnmegogehk
公式URL https://chromewebstore.google.com/detail/ibgsoft-websocket-connect/oncangajnljghfcgkclccldnmegogehk
説明 This is Tradingview to Websocket Connecter
ファイルサイズ 1.85 MB
インストール数 12
現在のバージョン 1.0
最終更新日 2020-07-03
公開日 2020-07-02
開発者 ibgsoftowner
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ibgsoft.com/tradingservice
ヘルプページのURL https://www.ibgsoft.com/tradingservice
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0",
    "manifest_version": 2,
    "default_locale": "ko",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "notifications",
        "contextMenus",
        "https:\/\/kr.tradingview.com\/",
        "https:\/\/tradingview.com\/",
        "https:\/\/api.telegram.org\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "20": "images\/icon-20.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "images\/notify.png",
        "images\/error.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}