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"
}