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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } ] } |