No Paywall
LEGALLY read news articles on the web for free
什麼是No Paywall?
No Paywall是由Big Pineapple LLC開發的Chrome擴展程式,該擴展的主要功能是“LEGALLY read news articles on the web for free”。
擴展截圖
下載No Paywall擴展crx文件
下載No Paywall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
官方網址 | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
簡介 | LEGALLY read news articles on the web for free |
檔案大小 | 29.29 KB |
安裝次數 | 6,003 |
目前版本 | 1.0.1 |
更新時間 | 2022-06-18 |
上架時間 | 2022-06-18 |
評分 | 3.25/5 共 8 次評分 |
開發者 | Big Pineapple LLC |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |