TorrentDay Batch Download
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
TorrentDay Batch Download क्या है?
TorrentDay Batch Download parkinglotlust द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TorrentDay Batch Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |