Pirate Bay CheckList Enhancer

Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.

什么是Pirate Bay CheckList Enhancer?

Pirate Bay CheckList Enhancer是由petko.ivanov开发的Chrome扩展程序,该扩展的主要功能是“Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.”。

扩展截图

screenshot

下载Pirate Bay CheckList Enhancer扩展crx文件

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

扩展使用说明

                        UPDATED to work for new domain name = http://thepiratebay.se/

UPDATE : The latest version should work on ALL domain names.
Let me know if it does not work on any domain variant or proxy.

Screenshot says it all.

I also highly recommend the following TPB extensions :
https://chrome.google.com/webstore/detail/better-pirate-bay/cpjdlkdndghnmhpjhlaehpnelcgaffhg

https://chrome.google.com/webstore/detail/pirateer/dleipnbkaniagkflpbhloiadkdooaacd                    

扩展基本信息

名称 Pirate Bay CheckList Enhancer Pirate Bay CheckList Enhancer
ID ggncafllfadodnfmmpkcenebhgcckdei
官方URL https://chromewebstore.google.com/detail/pirate-bay-checklist-enha/ggncafllfadodnfmmpkcenebhgcckdei
简介 Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.
文件大小 43.39 KB
安装次数 198
当前版本 11
更新时间 2015-06-28
上架时间 2015-06-27
评分 3.75/5 共4次评分
开发者 petko.ivanov
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "doc_end.js"
            ],
            "exclude_globs": [
                "*:\/\/thepiratebay.*\/",
                "*:\/\/*top",
                "*:\/\/*top\/3*",
                "*:\/\/*top\/4*",
                "*:\/\/*browse",
                "*:\/\/*browse\/4*",
                "*:\/\/*browse\/3*",
                "*:\/\/*browse\/1*"
            ],
            "include_globs": [
                "*:\/\/thepiratebay.*\/*",
                "*:\/\/www.imdb.com\/title\/tt*",
                "*:\/\/bayproxy.me\/*",
                "*:\/\/pirateproxy.se\/*",
                "*:\/\/piratebaybyproxy.com\/*",
                "*:\/\/tpb.ic0nic.de\/*",
                "*:\/\/tpb.unblocked.co\/*",
                "*:\/\/tpb.so\/*",
                "*:\/\/bayproxy.nl\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "name": "Pirate Bay CheckList Enhancer",
    "manifest_version": 2,
    "version": "11"
}