IBGSOFT Websocket Connecter

This is Tradingview to Websocket Connecter

Cos'è IBGSOFT Websocket Connecter?

IBGSOFT Websocket Connecter è un'estensione di Chrome sviluppata da ibgsoftowner, e la sua funzione principale è "This is Tradingview to Websocket Connecter".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IBGSOFT Websocket Connecter

Scarica i file di estensione IBGSOFT Websocket Connecter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome IBGSOFT Websocket Connecter IBGSOFT Websocket Connecter
ID oncangajnljghfcgkclccldnmegogehk
URL Ufficiale https://chromewebstore.google.com/detail/ibgsoft-websocket-connect/oncangajnljghfcgkclccldnmegogehk
Descrizione This is Tradingview to Websocket Connecter
Dimensione del File 1.85 MB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-03
Data di Pubblicazione 2020-07-02
Sviluppatore ibgsoftowner
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ibgsoft.com/tradingservice
URL della Pagina di Aiuto https://www.ibgsoft.com/tradingservice
Lingue Supportate 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'"
}