Modal Blocker
Remove (some) annoying modal popups
Modal Blockerとは何ですか?
Modal BlockerはMarcos Gil Fuertesによって開発されたChromeの拡張機能で、その主な機能は「Remove (some) annoying modal popups」です。
拡張機能のスクリーンショット
Modal Blocker拡張機能のCRXファイルをダウンロード
Modal Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WHAT IT IS: Modal Blocker will remove (some) modal popups that disturb you while browsing. WHAT IT ISN'T: Id doesn't remove ALL the modal popups. It shouldn't be used to avoid paying subscriptions for online services like newspapers. CREDITS: Icon from http://getdrawings.com/get-icon#about-me-icon-56.png
拡張機能の基本情報
名前 | Modal Blocker |
ID | edhllkdiocfhjfmplhbjpggljpjjpdna |
公式URL | https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna |
説明 | Remove (some) annoying modal popups |
ファイルサイズ | 97.84 KB |
インストール数 | 319 |
現在のバージョン | 1.0 |
最終更新日 | 2020-04-17 |
公開日 | 2020-04-14 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Marcos Gil Fuertes |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.twitter-follower.com/en/site/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modal Blocker", "short_name": "ModalBlock", "description": "Remove (some) annoying modal popups", "version": "1.0", "icons": { "16": "img\/modal16.png", "48": "img\/modal48.png", "128": "img\/modal128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ] } |