YGG Torrent Searcher extension

Download a torrent directly to your folder, on a remote machine

YGG Torrent Searcher extensionคืออะไร?

YGG Torrent Searcher extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yooooomi และคุณลักษณะหลักของมันคือ "Download a torrent directly to your folder, on a remote machine"

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

screenshot

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

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

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

                        Allows the user to download a torrent file directly to their remote deluge folder                    

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

ชื่อ YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
คำอธิบาย Download a torrent directly to your folder, on a remote machine
ขนาดไฟล์ 10.33 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2020-09-21
วันที่เผยแพร่ 2020-05-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Yooooomi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YGG Torrent Searcher extension",
    "version": "0.3",
    "description": "Download a torrent directly to your folder, on a remote machine",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*yggtorrent*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png"
    }
}