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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pirate Bay CheckList Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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