Alert Control
Control browser alert windows. Block by default or on specific websites.
Alert Controlとは何ですか?
Alert Controlはhttps://alertcontrol.s13.usによって開発されたChromeの拡張機能で、その主な機能は「Control browser alert windows. Block by default or on specific websites.」です。
拡張機能のスクリーンショット
Alert Control拡張機能のCRXファイルをダウンロード
Alert Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stop the browser alert dialogs from taking over the tab! Configure to block all alerts or filter by site. View blocked alerts by clicking the icon. Can now block confirm and prompt dialogs as well. Questions? Contact me at [email protected]
拡張機能の基本情報
名前 | Alert Control |
ID | ofjjanaennfbgpccfpbghnmblpdblbef |
公式URL | https://chromewebstore.google.com/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef |
説明 | Control browser alert windows. Block by default or on specific websites. |
ファイルサイズ | 48.04 KB |
インストール数 | 20,000 |
現在のバージョン | 1.3 |
最終更新日 | 2018-06-20 |
公開日 | 2018-06-20 |
評価 | 3.46/5 合計 177 レビュー |
開発者 | https://alertcontrol.s13.us |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alert Control", "version": "1.3", "description": "Control browser alert windows. Block by default or on specific websites.", "manifest_version": 2, "icons": { "16": "\/img\/icon16.png", "32": "\/img\/icon32.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/chrp.js", "js\/bg.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |