The Pirate Bay torrent search

A pirate's way to search a torrent by selecting text!

The Pirate Bay torrent searchคืออะไร?

The Pirate Bay torrent search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rich Art และคุณลักษณะหลักของมันคือ "A pirate's way to search a torrent by selecting text!"

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

screenshot

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

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

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

                        This extension allows you to select text on a page, right click it, and search that text on The Pirate Bay.                    

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

ชื่อ The Pirate Bay torrent search The Pirate Bay torrent search
ID bjkpenmobbeedaclipgbebdkkhdcndka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/bjkpenmobbeedaclipgbebdkkhdcndka
คำอธิบาย A pirate's way to search a torrent by selecting text!
ขนาดไฟล์ 43.49 KB
จำนวนการติดตั้ง 5,505
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2016-10-03
วันที่เผยแพร่ 2016-10-03
คะแนน 4.13/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Rich Art
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Pirate Bay torrent search",
    "author": "Richard van Goch",
    "description": "A pirate's way to search a torrent by selecting text!",
    "version": "0.5.2",
    "short_name": "TPB search",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}