Tradingview Shariah IDX Indicator
Display small shariah indicator to stock list in Tradingview(IDX)
What is Tradingview Shariah IDX Indicator?
Tradingview Shariah IDX Indicator is a Chrome extension developed by Mujoko, and its main feature is "Display small shariah indicator to stock list in Tradingview(IDX)".
Extension Screenshots
Download Tradingview Shariah IDX Indicator Extension CRX File
Download Tradingview Shariah IDX Indicator 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
Stock information from trading view by default does not have any flag that indicate the stock is allow for trading since muslim is forbidden to buy/sell non shariah stock. This application provide additional icon in trading view, so user can see filter out any stock that not shariah compliance. Instead of check and in their excel or pdf that release by Indonesia Stock Exchange. Hence, the decision to buy the stock is much faster and user not losing the moment of buy.
Extension Basic Information
Name | Tradingview Shariah IDX Indicator |
ID | lgadbclcfdflgohnhnjodnjolhjccbid |
Official URL | https://chromewebstore.google.com/detail/tradingview-shariah-idx-i/lgadbclcfdflgohnhnjodnjolhjccbid |
Description | Display small shariah indicator to stock list in Tradingview(IDX) |
File Size | 32.26 KB |
Installation Count | 371 |
Current Version | 1.0.1 |
Last Updated | 2021-10-14 |
Publish Date | 2021-10-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mujoko |
[email protected] | |
Payment Type | free |
Supported Languages | ms,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "default_locale": "en", "author": "Azriz Haziq Jasni and Mujoko", "name": "__MSG_ext_extension_name__", "description": "__MSG_ext_extension_description__", "homepage_url": "https:\/\/github.com\/mujoko\/tradingview-syariah-indicator", "background": { "scripts": [ "src\/browser-polyfill.js", "src\/helper.js", "src\/bg.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.tradingview.com\/chart\/*" ], "js": [ "src\/browser-polyfill.js", "src\/helper.js", "src\/page\/chart.js", "src\/page\/screener.js" ] }, { "matches": [ "*:\/\/*.tradingview.com\/screener\/*" ], "js": [ "src\/browser-polyfill.js", "src\/helper.js", "src\/page\/screener.js" ] }, { "matches": [ "*:\/\/*.tradingview.com\/symbols\/*" ], "js": [ "src\/browser-polyfill.js", "src\/helper.js", "src\/page\/symbols.js" ] } ], "permissions": [ "storage", "*:\/\/*.tradingview.com\/*" ], "icons": { "16": ".\/assets\/shariah-icon-16.png", "48": ".\/assets\/shariah-icon-48.png", "128": ".\/assets\/shariah-icon-128.png" }, "browser_action": { "default_title": "__MSG_ext_extension_name__", "browser_style": true, "default_icon": { "16": ".\/assets\/shariah-icon-16.png", "48": ".\/assets\/shariah-icon-48.png" }, "default_popup": "src\/popup\/popup.html" }, "content_security_policy": "style-src 'self'; object-src 'self'; default-src 'self'; img-src 'self' https:\/\/www.google-analytics.com; script-src 'self' https:\/\/www.google-analytics.com; connect-src 'self' https:\/\/raw.githubusercontent.com\/mujoko\/tradingview-syariah-indicator\/master\/stock-list.json https:\/\/www.google-analytics.com" } |