Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
什麼是Paywall?
Paywall是由Mark Crandall開發的Chrome擴展程式,該擴展的主要功能是“Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.”。
擴展截圖
下載Paywall擴展crx文件
下載Paywall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers. Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site. 擴展基本資訊
| 名稱 | |
| ID | kemhkjedapfedmoaliehjgdllceafeng |
| 官方網址 | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
| 簡介 | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
| 檔案大小 | 597 KB |
| 安裝次數 | 1,481 |
| 目前版本 | 0.0.0.2 |
| 更新時間 | 2016-10-19 |
| 上架時間 | 2016-10-18 |
| 評分 | 2.67/5 共 6 次評分 |
| 開發者 | Mark Crandall |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Paywall",
"version": "0.0.0.2",
"description": "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery-1.12.0.min.js",
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |