Clear This Page

Bypass the clutter from any web article

Co to jest Clear This Page?

Clear This Page to rozszerzenie Chrome opracowane przez http://clearthis.page, a jego główną funkcją jest „Bypass the clutter from any web article”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Clear This Page

Pobierz pliki rozszerzeń Clear This Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
Oficjalny URL https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Opis Bypass the clutter from any web article
Rozmiar pliku 5.67 KB
Liczba instalacji 6,113
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 4.33/5 Łącznie 33 Oceny
Deweloper http://clearthis.page
E-mail [email protected]
Strona Rozszerzenia https://clearthis.page
Obsługiwane Języki 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
}