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'.

Qu'est-ce que Pirate Bay CheckList Enhancer ?

Pirate Bay CheckList Enhancer est une extension Chrome développée par petko.ivanov, et sa fonction principale est "Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pirate Bay CheckList Enhancer

Téléchargez les fichiers d'extension Pirate Bay CheckList Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pirate Bay CheckList Enhancer Pirate Bay CheckList Enhancer
ID ggncafllfadodnfmmpkcenebhgcckdei
URL Officiel https://chromewebstore.google.com/detail/pirate-bay-checklist-enha/ggncafllfadodnfmmpkcenebhgcckdei
Description Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.
Taille du Fichier 43.39 KB
Nombre d'Installations 198
Version Actuelle 11
Dernière Mise à Jour 2015-06-28
Date de Publication 2015-06-27
Évaluation 3.75/5 Total 4 Évaluations
Développeur petko.ivanov
Type de Paiement free
Langues Prises en Charge 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"
}