Mass Downloader for http://horriblesubs.info
Mass Downloading capabilities for http://horriblesubs.info
Что такое Mass Downloader for http://horriblesubs.info?
Mass Downloader for http://horriblesubs.info - это расширение Chrome, разработанное duronrulez, и его основная функция - "Mass Downloading capabilities for http://horriblesubs.info".
Снимки экрана расширения
Скачать файл CRX расширения Mass Downloader for http://horriblesubs.info
Скачайте файлы расширений Mass Downloader for http://horriblesubs.info в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | cniifnclgioobnlgkndbmacdkcgdogah |
| Официальный URL | https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah |
| Описание | Mass Downloading capabilities for http://horriblesubs.info |
| Размер файла | 38.79 KB |
| Количество установок | 31 |
| Текущая Версия | 1 |
| Последнее Обновление | 2018-05-30 |
| Дата публикации | 2018-05-30 |
| Разработчик | duronrulez |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/duronrulez/massdownload |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mass Downloader for http:\/\/horriblesubs.info",
"description": "Mass Downloading capabilities for http:\/\/horriblesubs.info",
"version": "1",
"author": "Hristo Mitev",
"browser_action": {
"default_icon": "icon.png",
"default_title": "MD for HS"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.horriblesubs.info\/shows\/*"
],
"js": [
"jquery-1.12.4.js",
"batchDownload.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"activeTab",
"downloads"
]
} | |