即時警報システム Pone by BSC24
即時警報システム Pone by BSC24
What is 即時警報システム Pone by BSC24?
即時警報システム Pone by BSC24 is a Chrome extension developed by 自然災害情報共有放送局, and its main feature is "即時警報システム Pone by BSC24".
Extension Screenshots
Download 即時警報システム Pone by BSC24 Extension CRX File
Download 即時警報システム Pone by BSC24 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
即時警報システム Pone(ぽーん) BSC24の配信を視聴中に、 ①最大震度3または4の緊急地震速報(予報)が発表されたとき ②最大震度5弱以上の緊急地震速報(予報)が発表されたとき ③一般向け緊急地震速報(警報)が発表されたとき のいずれかの条件を満たしたとき、警告音と通知でお知らせします 【プライバシーへの取り組みについて】 Poneでは、BSC24の放送を視聴しているか判定するために、開いているタブのURLを取得します。 BSC24のどの放送を開いているかの情報のみ、Pone配信サーバーに送信します。(ユーザー数把握のため) 上記以外の開いているタブの情報は、拡張機能のコードの中でのみ処理され、外部への送信を含め拡張機能のコード外で処理されることは一切ありません。 また、開いているタブ以外の履歴等の情報は一切取得していません。
Extension Basic Information
Name | 即時警報システム Pone by BSC24 |
ID | oadbddkemkcbbnidafhkhnmodeckfnki |
Official URL | https://chromewebstore.google.com/detail/%E5%8D%B3%E6%99%82%E8%AD%A6%E5%A0%B1%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0-pone-by-bsc24/oadbddkemkcbbnidafhkhnmodeckfnki |
Description | 即時警報システム Pone by BSC24 |
File Size | 357 KB |
Installation Count | 4,543 |
Current Version | 3.4.0 |
Last Updated | 2021-10-02 |
Publish Date | 2020-08-31 |
Rating | 4.63/5 Total 27 Ratings |
Developer | 自然災害情報共有放送局 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.bousaishare.jp/ |
Help Page URL | https://sp.ch.nicovideo.jp/bousai-share/blomaga/ar1934799 |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5373\u6642\u8b66\u5831\u30b7\u30b9\u30c6\u30e0 Pone by BSC24", "version": "3.4.0", "manifest_version": 2, "description": "\u5373\u6642\u8b66\u5831\u30b7\u30b9\u30c6\u30e0 Pone by BSC24", "icons": { "128": "pone128.png" }, "browser_action": { "default_icon": "pone128.png" }, "background": { "persistent": true, "scripts": [ "jquery.min.js", "pone.js" ] }, "permissions": [ "notifications", "tabs" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "homepage_url": "https:\/\/ch.nicovideo.jp\/bousai-share\/blomaga\/ar1934799" } |