Force Download

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

Was ist Force Download?

Force Download ist eine Chrome-Erweiterung, die von AshusCZ entwickelt wurde, und ihr Hauptmerkmal ist "A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.".

Erweiterungsscreenshots

screenshot

Force Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie Force Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Force Download Force Download
ID idolchmmfhdnihfikidaobnplmkalkbd
Offizielle URL https://chromewebstore.google.com/detail/force-download/idolchmmfhdnihfikidaobnplmkalkbd
Beschreibung A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.
Dateigröße 31.65 KB
Installationsanzahl 11,855
Aktuelle Version 1.0.8
Letztes Update 2017-12-08
Veröffentlichungsdatum 2017-12-08
Bewertung 3.20/5 Insgesamt 25 Bewertungen
Entwickler AshusCZ
Zahlungsart free
Erweiterungswebsite https://ashus.ashus.net/viewtopic.php?f=18&t=279
Unterstützte Sprachen 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__"
    }
}