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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Pirate Bay CheckList Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Pirate Bay CheckList Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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