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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Paywall Paywall
ID kemhkjedapfedmoaliehjgdllceafeng
官方URL 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"
    }
}