No Paywall
LEGALLY read news articles on the web for free
Hvad er No Paywall?
No Paywall er en Chrome-udvidelse udviklet af Big Pineapple LLC, og dens hovedfunktion er "LEGALLY read news articles on the web for free".
Udvidelsesskærmbilleder
Download No Paywall-udvidelses-CRX-fil
Download No Paywall-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
Officiel URL | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
Beskrivelse | LEGALLY read news articles on the web for free |
Filstørrelse | 29.29 KB |
Antal Installationer | 6,003 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-06-18 |
Udgivelsesdato | 2022-06-18 |
Bedømmelse | 3.25/5 Samlet 8 Bedømmelser |
Udvikler | Big Pineapple LLC |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |