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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Force Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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__"
    }
}