ThePirateBay Results Reducer 4.3

Reduce or highlight visibility of unwanted results by keywords when browsing Pirate Bay sites or RARBG

ThePirateBay Results Reducer 4.3คืออะไร?

ThePirateBay Results Reducer 4.3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apps และคุณลักษณะหลักของมันคือ "Reduce or highlight visibility of unwanted results by keywords when browsing Pirate Bay sites or RARBG"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThePirateBay Results Reducer 4.3

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

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

                        Do you find browsing Torrents on the Pirate Bay, Knaben or RARBG to be a strain? Wish you could skip rows which would never be useful to you? Languages you can't understand or items you just don't like?

Easily specify a list of keywords to dim out such rows - or to highlight more important ones. Quickly select text to add as a keyword, or instantly remove entries from the options page.

This extension also styles links in torrent descriptions so you know when you have already opened an external link.

No tracking or analytics.

--

Newest version fixes markdown in descriptions (new feature) and removes the Tabs permission                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ThePirateBay Results Reducer 4.3 ThePirateBay Results Reducer 4.3
ID llaejhpendgfgdbchiloacmdcdlgeako
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thepiratebay-results-redu/llaejhpendgfgdbchiloacmdcdlgeako
คำอธิบาย Reduce or highlight visibility of unwanted results by keywords when browsing Pirate Bay sites or RARBG
ขนาดไฟล์ 80.38 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 4.3
อัปเดตครั้งล่าสุด 2021-10-26
วันที่เผยแพร่ 2020-05-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ThePirateBay Results Reducer 4.3",
    "version": "4.3",
    "description": "Reduce or highlight visibility of unwanted results by keywords when browsing Pirate Bay sites or RARBG",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "scripts": [
            "eventPage.js",
            "jquery-3.3.1.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "https:\/\/pirateproxy.ltda\/*",
        "https:\/\/pirateproxy.how\/*",
        "https:\/\/pirateproxy.tube\/*",
        "https:\/\/pirateproxy.earth\/*",
        "https:\/\/thepiratebay.org\/*",
        "http:\/\/rarbgmirror.xyz\/*",
        "https:\/\/knaben.xyz\/*",
        "https:\/\/knaben.ru\/*",
        "https:\/\/knaben.net\/*",
        "https:\/\/piratenow.xyz\/*",
        "https:\/\/tpb.biz\/*",
        "https:\/\/pirate-proxy.app\/*",
        "https:\/\/pirate-proxy.co\/*",
        "https:\/\/pirate-proxy.cam\/*",
        "https:\/\/pirate-proxy.dev\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/pirateproxy.ltda\/*",
                "https:\/\/pirateproxy.how\/*",
                "https:\/\/pirateproxy.tube\/*",
                "https:\/\/pirateproxy.earth\/*",
                "https:\/\/thepiratebay.org\/*",
                "http:\/\/rarbgmirror.xyz\/*",
                "https:\/\/knaben.xyz\/*",
                "https:\/\/knaben.ru\/*",
                "https:\/\/knaben.net\/*",
                "https:\/\/piratenow.xyz\/*",
                "https:\/\/tpb.biz\/*",
                "https:\/\/pirate-proxy.app\/*",
                "https:\/\/pirate-proxy.co\/*",
                "https:\/\/pirate-proxy.cam\/*",
                "https:\/\/pirate-proxy.dev\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}