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"
]
} | |