Force Download

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

Qu'est-ce que Force Download ?

Force Download est une extension Chrome développée par AshusCZ, et sa fonction principale est "A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Force Download

Téléchargez les fichiers d'extension Force Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Force Download Force Download
ID idolchmmfhdnihfikidaobnplmkalkbd
URL Officiel https://chromewebstore.google.com/detail/force-download/idolchmmfhdnihfikidaobnplmkalkbd
Description A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.
Taille du Fichier 31.65 KB
Nombre d'Installations 11,855
Version Actuelle 1.0.8
Dernière Mise à Jour 2017-12-08
Date de Publication 2017-12-08
Évaluation 3.20/5 Total 25 Évaluations
Développeur AshusCZ
Type de Paiement free
Site Web de l'Extension https://ashus.ashus.net/viewtopic.php?f=18&t=279
Langues Prises en Charge 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__"
    }
}