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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |