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'.
O que é Pirate Bay CheckList Enhancer?
Pirate Bay CheckList Enhancer é uma extensão do Chrome desenvolvida por petko.ivanov, e sua principal característica é "Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pirate Bay CheckList Enhancer
Baixe arquivos de extensão Pirate Bay CheckList Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Pirate Bay CheckList Enhancer |
ID | ggncafllfadodnfmmpkcenebhgcckdei |
URL Oficial | https://chromewebstore.google.com/detail/pirate-bay-checklist-enha/ggncafllfadodnfmmpkcenebhgcckdei |
Descrição | Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'. |
Tamanho do Arquivo | 43.39 KB |
Contagem de Instalações | 198 |
Versão Atual | 11 |
Última Atualização | 2015-06-28 |
Data de Publicação | 2015-06-27 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | petko.ivanov |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |