Clear This Page

Bypass the clutter from any web article

Apa itu Clear This Page?

Clear This Page adalah ekstensi Chrome yang dikembangkan oleh http://clearthis.page, dan fitur utamanya adalah "Bypass the clutter from any web article".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Clear This Page

Unduh file ekstensi Clear This Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
URL Resmi https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
Deskripsi Bypass the clutter from any web article
Ukuran File 5.67 KB
Jumlah Instalasi 6,113
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 4.33/5 Total 33 Penilaian
Pengembang http://clearthis.page
Email [email protected]
Situs Ekstensi https://clearthis.page
Bahasa yang Didukung 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
}