La rep Bypass PayWall

Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…

Apa itu La rep Bypass PayWall?

La rep Bypass PayWall adalah ekstensi Chrome yang dikembangkan oleh Dan Monceau, dan fitur utamanya adalah "Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi La rep Bypass PayWall

Unduh file ekstensi La rep Bypass PayWall 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

                        Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome extension instantly transforms the presentation of articles, providing a significantly improved reading experience.                    

Informasi Dasar Ekstensi

Nama La rep Bypass PayWall La rep Bypass PayWall
ID kgemhkkddophjppkheljcphmibffkoal
URL Resmi https://chromewebstore.google.com/detail/la-rep-bypass-paywall/kgemhkkddophjppkheljcphmibffkoal
Deskripsi Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…
Ukuran File 4.21 KB
Jumlah Instalasi 250
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-12-21
Tanggal Publikasi 2023-12-21
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Dan Monceau
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "La rep Bypass PayWall",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.larep.fr\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}