Remove This
Allows the user to remove elements from a website page
Remove Thisとは何ですか?
Remove Thisはfcarretoによって開発されたChromeの拡張機能で、その主な機能は「Allows the user to remove elements from a website page」です。
拡張機能のスクリーンショット
Remove This拡張機能のCRXファイルをダウンロード
Remove This拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Say goodbye to that popup that just want your email address...
拡張機能の基本情報
名前 | |
ID | hkopachcfphcdeofdcdamheibmfedgkb |
公式URL | https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb |
説明 | Allows the user to remove elements from a website page |
ファイルサイズ | 116 KB |
インストール数 | 129 |
現在のバージョン | 1.0 |
最終更新日 | 2014-11-11 |
公開日 | 2014-11-11 |
評価 | 3.29/5 合計 7 レビュー |
開発者 | fcarreto |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove This", "description": "Allows the user to remove elements from a website page", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-1.11.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_title": "Remove This", "default_icon": "target.png" }, "manifest_version": 2 } |