The Pirate Bay Torrent Search
Search for torrents using the official "The Pirate Bay" engine on a live ProxyBay mirror without visiting its page.
The Pirate Bay Torrent Searchคืออะไร?
The Pirate Bay Torrent Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย balvin.perrie และคุณลักษณะหลักของมันคือ "Search for torrents using the official "The Pirate Bay" engine on a live ProxyBay mirror without visiting its page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Pirate Bay Torrent Search
ดาวน์โหลดไฟล์ส่วนขยาย The Pirate Bay Torrent Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension facilitates searching on "The Pirate Bay" by using an active proxy and presenting the results directly in the popup window. You can click on the download link to transfer magnet links to your preferred torrent downloader application or use the right-click context menu to copy the link to the clipboard. Key Features: 1. Automatically finds the fastest proxy server for each search. 2. If the first search engine returns no results, the extension switches to other torrent search engines. 3. The extension avoids loading scripts from the engines and only parses the HTML content for safety. Furthermore, the extension allows you to filter search results by selecting specific categories, and you can sort the results by name, date, number of leechers, or number of seeders. GitHub page: https://github.com/balvin-perrie/the-pirate-bay-torrent-search -- User Data Privacy When you enter a search query in the extension's popup, it is sent to one of the mirror pages provided by "https://proxybay.page/" (the server name is displayed in the log section of the popup). The results are then extracted from the destination page and shown exclusively by parsing the HTML content. Additionally, if the mirror supports the standard JSON API communication, the extension may bypass HTML parsing and internally generate magnet links using the provided HASH. This extension does not engage in any other server-side activities.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Pirate Bay Torrent Search |
ID | enfgmbhdgelbkmhhhdiljfimmcghnalc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/enfgmbhdgelbkmhhhdiljfimmcghnalc |
คำอธิบาย | Search for torrents using the official "The Pirate Bay" engine on a live ProxyBay mirror without visiting its page. |
ขนาดไฟล์ | 73.24 KB |
จำนวนการติดตั้ง | 9,536 |
เวอร์ชันปัจจุบัน | 0.2.5 |
อัปเดตครั้งล่าสุด | 2024-01-23 |
วันที่เผยแพร่ | 2020-05-05 |
คะแนน | 3.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | balvin.perrie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://webextension.org/listing/torrent-search.html |
URL หน้าช่วยเหลือ | https://webextension.org/listing/torrent-search.html |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/balvin.perrie.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.5", "name": "The Pirate Bay Torrent Search", "description": "Search for torrents using the official \"The Pirate Bay\" engine on a live ProxyBay mirror without visiting its page.", "homepage_url": "https:\/\/webextension.org\/listing\/torrent-search.html", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "action": { "default_popup": "\/data\/popup\/index.html" }, "background": { "service_worker": "worker.js" }, "commands": { "_execute_action": [] } } |