overTheWall

an extension to bypass paywalls Keppo

Apa itu overTheWall?

overTheWall adalah ekstensi Chrome yang dikembangkan oleh juuzou, dan fitur utamanya adalah "an extension to bypass paywalls Keppo".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi overTheWall

Unduh file ekstensi overTheWall 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

                        Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.                    

Informasi Dasar Ekstensi

Nama overTheWall overTheWall
ID imlhbmbpdmlmahbjfhiclpinoamgljaf
URL Resmi https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf
Deskripsi an extension to bypass paywalls Keppo
Ukuran File 47.44 KB
Jumlah Instalasi 266
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-12-20
Tanggal Publikasi 2019-12-20
Penilaian 1.00/5 Total 1 Penilaian
Pengembang juuzou
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tanea.gr\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "LogoMakr_1gMTlP.png"
        }
    },
    "description": "an extension to bypass paywalls Keppo",
    "manifest_version": 2,
    "name": "overTheWall",
    "options_ui": {
        "page": "options.html"
    },
    "version": "1.0.0"
}