Remove This
Allows the user to remove elements from a website page
What is Remove This?
Remove This is a Chrome extension developed by fcarreto, and its main feature is "Allows the user to remove elements from a website page".
Extension Screenshots
Download Remove This Extension CRX File
Download Remove This 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
Say goodbye to that popup that just want your email address...
Extension Basic Information
Name | |
ID | hkopachcfphcdeofdcdamheibmfedgkb |
Official URL | https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb |
Description | Allows the user to remove elements from a website page |
File Size | 116 KB |
Installation Count | 129 |
Current Version | 1.0 |
Last Updated | 2014-11-11 |
Publish Date | 2014-11-11 |
Rating | 3.29/5 Total 7 Ratings |
Developer | fcarreto |
Payment Type | free |
Supported Languages | 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 } |