Torrent Search

Fast torrent search for movie, music Torrent Search. Enter your search word.

Torrent Searchคืออะไร?

Torrent Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trellonet และคุณลักษณะหลักของมันคือ "Fast torrent search for movie, music Torrent Search. Enter your search word."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrent Search

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

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

                        Fast torrent search for movie, music, games
Fast torrent search for movies music, games
Torrent Search, Enter your search word.
You can quickly and easily search Torrent files in the world.

What is a torrent?
A torrent file stores data about files for use with BitTorrent, a peer-to-peer file-sharing protocol that enables users to send and receive files in small pieces to and from computers across the Internet

All torrenting takes place using a torrent program. Examples of torrenting programs include uTorrent, Azureus and the original BitTorrent

What is a .torrent file?
This is a small metadata file. Metadata here means that the file contains information about the data you want to download, not the data itself.

What are seeds?
A seed is a client that has a complete copy of the data of a certain torrent. Once your BitTorrent client finishes downloading, it will remain open until you click the Finish button (or otherwise close it). This is known as being a seed or seeding.                    

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

ชื่อ Torrent Search Torrent Search
ID mjfkhdokgloajdhicnjngfldhfibkckp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/torrent-search/mjfkhdokgloajdhicnjngfldhfibkckp
คำอธิบาย Fast torrent search for movie, music Torrent Search. Enter your search word.
ขนาดไฟล์ 99.48 KB
จำนวนการติดตั้ง 3,446
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-07-15
วันที่เผยแพร่ 2020-07-14
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Trellonet
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.trellonet.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Torrent Search",
    "version": "1.0.0",
    "description": "Fast torrent search for movie, music Torrent Search. Enter your search word.",
    "permissions": [
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/static\/js\/background.js",
            ".\/static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": ".\/static\/image\/icon.png",
        "default_title": "Torrent Search",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/static\/image\/icon.png",
        "32": ".\/static\/image\/icon.png",
        "48": ".\/static\/image\/icon.png",
        "128": ".\/static\/image\/icon.png"
    },
    "manifest_version": 2
}