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'."입니다.
확장 프로그램 스크린샷
Pirate Bay CheckList Enhancer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |