tpb-z

Remove TPB ads and highlight new movie titles.

什么是tpb-z?

tpb-z是由z14开发的Chrome扩展程序,该扩展的主要功能是“Remove TPB ads and highlight new movie titles.”。

扩展截图

screenshot

下载tpb-z扩展crx文件

下载tpb-z扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Remove The Pirate Bay ads and highlight new HD - Movies titles. For both clearnet and tor.                    

扩展基本信息

名称 tpb-z tpb-z
ID blafhffaniaiinpbdipcfpliajmlgkpl
官方URL https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl
简介 Remove TPB ads and highlight new movie titles.
文件大小 7.71 KB
安装次数 25
当前版本 1.0
更新时间 2019-04-17
上架时间 2019-04-17
开发者 z14
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/z14/tpb-z
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tpb-z",
    "version": "1.0",
    "description": "Remove TPB ads and highlight new movie titles.",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thepiratebay.org\/*",
                "*:\/\/*.uj3wazyk5u4hnvtk.onion\/*"
            ],
            "js": [
                "tpb-z.js"
            ]
        }
    ]
}