IBGSOFT Websocket Connecter
This is Tradingview to Websocket Connecter
What is IBGSOFT Websocket Connecter?
IBGSOFT Websocket Connecter is a Chrome extension developed by ibgsoftowner, and its main feature is "This is Tradingview to Websocket Connecter".
Extension Screenshots
Download IBGSOFT Websocket Connecter Extension CRX File
Download IBGSOFT Websocket Connecter 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
This app is Connect to Localhost to tradingview(KR). 이 프로그램은 트레이딩뷰와 연결해주는 프로그램입니다.
Extension Basic Information
Name | IBGSOFT Websocket Connecter |
ID | oncangajnljghfcgkclccldnmegogehk |
Official URL | https://chromewebstore.google.com/detail/ibgsoft-websocket-connect/oncangajnljghfcgkclccldnmegogehk |
Description | This is Tradingview to Websocket Connecter |
File Size | 1.85 MB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2020-07-03 |
Publish Date | 2020-07-02 |
Developer | ibgsoftowner |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ibgsoft.com/tradingservice |
Help Page URL | https://www.ibgsoft.com/tradingservice |
Supported Languages | 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'" } |