Clear This Page

Bypass the clutter from any web article

Cos'è Clear This Page?

Clear This Page è un'estensione di Chrome sviluppata da http://clearthis.page, e la sua funzione principale è "Bypass the clutter from any web article".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Clear This Page

Scarica i file di estensione Clear This Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
URL Ufficiale https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Descrizione Bypass the clutter from any web article
Dimensione del File 5.67 KB
Conteggio Installazioni 6,113
Versione Corrente 1.2
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.33/5 Totale 33 Valutazioni
Sviluppatore http://clearthis.page
Email [email protected]
Sito Web dell'Estensione https://clearthis.page
Lingue Supportate 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
}