Clear This Page
Bypass the clutter from any web article
What is Clear This Page?
Clear This Page is a Chrome extension developed by http://clearthis.page, and its main feature is "Bypass the clutter from any web article".
Extension Screenshots
Download Clear This Page Extension CRX File
Download Clear This Page 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
This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more. Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.
Extension Basic Information
Name | |
ID | jhmmoamfcbidmbmnphlimaombiflfalm |
Official URL | https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm |
Description | Bypass the clutter from any web article |
File Size | 5.67 KB |
Installation Count | 6,113 |
Current Version | 1.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 4.33/5 Total 33 Ratings |
Developer | http://clearthis.page |
[email protected] | |
Extension Website | https://clearthis.page |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear This Page", "description": "Bypass the clutter from any web article", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ], "browser_action": { "name": "Click to extract content from the current browser tab" }, "icons": { "128": "icon1.png" }, "manifest_version": 2 } |