Clear This Page
Bypass the clutter from any web article
¿Qué es Clear This Page?
Clear This Page es una extensión de Chrome desarrollada por http://clearthis.page, y su función principal es "Bypass the clutter from any web article".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clear This Page
Descarga archivos de extensión Clear This Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jhmmoamfcbidmbmnphlimaombiflfalm |
URL Oficial | https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm |
Descripción | Bypass the clutter from any web article |
Tamaño del Archivo | 5.67 KB |
Cantidad de Instalaciones | 6,113 |
Versión Actual | 1.2 |
Última Actualización | 2019-03-08 |
Fecha de Publicación | 2019-03-08 |
Calificación | 4.33/5 Total de 33 Calificaciones |
Desarrollador | http://clearthis.page |
Correo electrónico | [email protected] |
Sitio Web de la Extensión | https://clearthis.page |
Idiomas Soportados | 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 } |