BRiSX
株クラなら知らない人はいない(!?)ブラウザベースの高速株式取引WEBアプリBRiSK、BRiSK Nextの拡張機能です。
What is BRiSX?
BRiSX is a Chrome extension developed by NOOP, and its main feature is "株クラなら知らない人はいない(!?)ブラウザベースの高速株式取引WEBアプリBRiSK、BRiSK Nextの拡張機能です。".
Extension Screenshots
Download BRiSX Extension CRX File
Download BRiSX 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
[提供中の機能] ※Nextは現在非対応 ・登録銘柄リストのフル板情報・歩み値付き銘柄情報を自動で一括保存 ・全銘柄のフル板情報のタイムシフト再生 [今後の追加機能] ・Yahoo!ファイナンス掲示板のコメント表示 ・ローカルアプリに直接データ送信(Native Messaging) ・終値予測ランキング ・移動平均線・出来高付き四本値チャート一覧 [免責事項] ・本機能はユーザー自身による私的目的の使用を拡張支援するためのものです。 ・ユーザーがBRiSKを通じてローカルPC上に元々持っているデータを扱うため、情報の正確性やリアルタイム性は保証できません。また、データはユーザー以外に外部配信されることはありません。 ・本機能の使用によって生じたいかなる損害も補償できません。
Extension Basic Information
Name | BRiSX |
ID | mfpgpghadbocbebfmoaljaobdidaohci |
Official URL | https://chromewebstore.google.com/detail/brisx/mfpgpghadbocbebfmoaljaobdidaohci |
Description | 株クラなら知らない人はいない(!?)ブラウザベースの高速株式取引WEBアプリBRiSK、BRiSK Nextの拡張機能です。 |
File Size | 90.97 KB |
Installation Count | 246 |
Current Version | 0.1.19 |
Last Updated | 2023-12-21 |
Publish Date | 2023-02-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | NOOP |
[email protected] | |
Payment Type | free |
Help Page URL | https://note.com/llcnoop |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.19", "name": "BRiSX", "description": "\u682a\u30af\u30e9\u306a\u3089\u77e5\u3089\u306a\u3044\u4eba\u306f\u3044\u306a\u3044(!?)\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9\u306e\u9ad8\u901f\u682a\u5f0f\u53d6\u5f15WEB\u30a2\u30d7\u30eaBRiSK\u3001BRiSK Next\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png" } }, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.brisk.jp\/*" ], "js": [ "entry.js" ] } ], "options_page": "options.html", "web_accessible_resources": [ { "matches": [ "*:\/\/*.brisk.jp\/*" ], "resources": [ "runtime.js", "runtime_next.js", "gtag.js" ] } ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |