No Paywall
LEGALLY read news articles on the web for free
Apa itu No Paywall?
No Paywall adalah ekstensi Chrome yang dikembangkan oleh Big Pineapple LLC, dan fitur utamanya adalah "LEGALLY read news articles on the web for free".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No Paywall
Unduh file ekstensi No 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
No Paywall lets you LEGALLY avoid paywalls on many news articles by redirecting you to an archived version of the page. Because we are pointing you to a different website, we are not bypassing or messing at all with the original paywall on the article source. No Paywall is 100% free, and we do not collect any data whatsoever. ** NOTE ** - Because we are searching the archives for a paywall-free copy, an archived copy must already exist.
Informasi Dasar Ekstensi
Nama | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
URL Resmi | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
Deskripsi | LEGALLY read news articles on the web for free |
Ukuran File | 29.29 KB |
Jumlah Instalasi | 6,003 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-06-18 |
Tanggal Publikasi | 2022-06-18 |
Penilaian | 3.25/5 Total 8 Penilaian |
Pengembang | Big Pineapple LLC |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Paywall", "version": "1.0.1", "manifest_version": 3, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Bypass Paywall" }, "background": { "service_worker": "background.js" }, "description": "LEGALLY read news articles on the web for free", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |