Tradingview Alarm

Tradingview alarm

What is Tradingview Alarm?

Tradingview Alarm is a Chrome extension developed by BoursePlus10, and its main feature is "Tradingview alarm".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tradingview Alarm Extension CRX File

Download Tradingview Alarm 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 extension can be used for www.tradingview.com and to alarm you at a set price.                    

Extension Basic Information

Name Tradingview Alarm Tradingview Alarm
ID hmgolbedepjligcmhhhhcjlfakngjcok
Official URL https://chromewebstore.google.com/detail/tradingview-alarm/hmgolbedepjligcmhhhhcjlfakngjcok
Description Tradingview alarm
File Size 503 KB
Installation Count 309
Current Version 1.0.5
Last Updated 2021-03-02
Publish Date 2021-03-02
Rating 1.00/5 Total 1 Ratings
Developer BoursePlus10
Email [email protected]
Payment Type free
Extension Website https://t.me/BoursePlus10
Help Page URL https://t.me/BoursePlus10
Privacy Policy Page URL https://bourseplus10.com/PrivacyPolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tradingview Alarm",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Tradingview alarm ",
    "homepage_url": "https:\/\/t.me\/BoursePlus10",
    "web_accessible_resources": [
        "css\/*",
        "fonts\/*",
        "images\/*",
        "sound\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tradingview.com\/*"
            ],
            "js": [
                "TradingViewAlarm.js"
            ],
            "css": [
                "TradingViewAlarmStyle.css",
                "css\/all.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Tradingview Alarm",
        "default_popup": "tradeMenu.html"
    },
    "icons": {
        "16": "images\/TradingviewAlarmPlus16.png",
        "32": "images\/TradingviewAlarmPlus32.png",
        "64": "images\/TradingviewAlarmPlus64.png",
        "128": "images\/TradingviewAlarmPlus128.png"
    },
    "permissions": [
        "storage"
    ]
}