Force Download

A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.

Force Downloadとは何ですか?

Force DownloadはAshusCZによって開発されたChromeの拡張機能で、その主な機能は「A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.」です。

拡張機能のスクリーンショット

screenshot

Force Download拡張機能のCRXファイルをダウンロード

Force Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enter any URL and no matter what would happen otherwise, it _will_ be downloaded (ignoring PDF or any other plugins).

- Requests are monitored, scanned for video or audio media files, links are automatically added to recent media list of 10
- It can be safely used to download videos from trailers.apple.com or any sites using embedded mp4 files
- No, youtube is not supported as it doesn't send complete files                    

拡張機能の基本情報

名前 Force Download Force Download
ID idolchmmfhdnihfikidaobnplmkalkbd
公式URL https://chromewebstore.google.com/detail/force-download/idolchmmfhdnihfikidaobnplmkalkbd
説明 A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.
ファイルサイズ 31.65 KB
インストール数 11,855
現在のバージョン 1.0.8
最終更新日 2017-12-08
公開日 2017-12-08
評価 3.20/5 合計 25 レビュー
開発者 AshusCZ
支払い方法 free
拡張機能のウェブサイト https://ashus.ashus.net/viewtopic.php?f=18&t=279
対応言語 en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force Download",
    "version": "1.0.8",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/ashus.ashus.net\/viewtopic.php?f=18&t=279",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "512": "icons\/512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    }
}