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はduronrulezによって開発されたChromeの拡張機能で、その主な機能は「Mass Downloading capabilities for http://horriblesubs.info」です。
拡張機能のスクリーンショット
Mass Downloader for http://horriblesubs.info拡張機能のCRXファイルをダウンロード
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 | 
| Eメール | [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"
    ]
}  |  |