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
官方網址 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__"
    }
}