Clear This Page

Bypass the clutter from any web article

Wat is Clear This Page?

Clear This Page is een Chrome-extensie ontwikkeld door http://clearthis.page, en de belangrijkste functie is "Bypass the clutter from any web article".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clear This Page

Download Clear This Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
Officiële URL https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Beschrijving Bypass the clutter from any web article
Bestandsgrootte 5.67 KB
Aantal Installaties 6,113
Huidige Versie 1.2
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 4.33/5 Totaal 33 Beoordelingen
Ontwikkelaar http://clearthis.page
E-mail [email protected]
Extensiewebsite https://clearthis.page
Ondersteunde Talen 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
}