Pirate Bay Filter

Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).

Pirate Bay Filterคืออะไร?

Pirate Bay Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuri C. และคุณลักษณะหลักของมันคือ "Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user)."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pirate Bay Filter

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

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

                        Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).                    

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

ชื่อ Pirate Bay Filter Pirate Bay Filter
ID ikfoeijjhbjlgadpoojchhdkapaehnbm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pirate-bay-filter/ikfoeijjhbjlgadpoojchhdkapaehnbm
คำอธิบาย Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
ขนาดไฟล์ 27.23 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2017-08-04
วันที่เผยแพร่ 2017-08-04
ผู้พัฒนา Yuri C.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pirate Bay Filter",
    "version": "0.1.4",
    "description": "Hides\/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/thepiratebay.org\/*"
            ]
        }
    ]
}