TorrentDay Batch Download

Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files

TorrentDay Batch Downloadคืออะไร?

TorrentDay Batch Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย parkinglotlust และคุณลักษณะหลักของมันคือ "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TorrentDay Batch Download

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

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

                        Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files                    

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

ชื่อ TorrentDay Batch Download TorrentDay Batch Download
ID ieojlpifckmdkapbcijbcfjcfpicndhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp
คำอธิบาย Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
ขนาดไฟล์ 11.82 KB
จำนวนการติดตั้ง 269
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2015-09-17
วันที่เผยแพร่ 2015-09-17
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา parkinglotlust
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TorrentDay Batch Download",
    "version": "0.0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "TorrentDay Batch Download",
        "default_popup": "about.html"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.torrentday.com\/*",
                "https:\/\/www.torrentday.com\/*",
                "http:\/\/torrentday\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}