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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TorrentDay Batch Download
قم بتنزيل ملفات الامتداد TorrentDay Batch Download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
معلومات أساسية عن التمديد
الاسم | 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" ] } ] } |