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 là gì?
Pirate Bay CheckList Enhancer là một tiện ích mở rộng Chrome được phát triển bởi petko.ivanov, và tính năng chính của nó là "Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pirate Bay CheckList Enhancer
Tải xuống các tệp mở rộng Pirate Bay CheckList Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pirate Bay CheckList Enhancer |
ID | ggncafllfadodnfmmpkcenebhgcckdei |
URL Chính Thức | https://chromewebstore.google.com/detail/pirate-bay-checklist-enha/ggncafllfadodnfmmpkcenebhgcckdei |
Mô tả | Skip stuff you've already decided against downloading. Adds a new column to the top lists, allowing you to mark items as 'read'. |
Kích Thước Tệp | 43.39 KB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 11 |
Cập Nhật Lần Cuối | 2015-06-28 |
Ngày Phát Hành | 2015-06-27 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | petko.ivanov |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |