DVDFab Downloader

This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.

DVDFab Downloader क्या है?

DVDFab Downloader DVDFab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc."।

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

screenshot
screenshot

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

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

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

                        DVDFab Downloader is a online video downloader, it can download any video from popular websites, like facebook, twitter, instagram, etc.                    

एक्सटेंशन की मूल जानकारी

नाम DVDFab Downloader DVDFab Downloader
ID cikpdiloocbinmhjfohkhkkbeclpaibd
आधिकारिक URL https://chrome.google.com/webstore/detail/dvdfab-downloader/cikpdiloocbinmhjfohkhkkbeclpaibd
विवरण This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.
फ़ाइल का आकार 1.45 MB
स्थापना संख्या 8,000
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2019-12-10
प्रकाशन तिथि 2019-12-10
रेटिंग 2.00/5 कुल 8 रेटिंग्स
डेवलपर DVDFab
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dvdfab.cn
समर्थित भाषाएँ de,en,fr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DVDFab Downloader",
    "description": "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.",
    "version": "1.0.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "48": "popup\/static\/images\/icon_48.png",
        "128": "popup\/static\/images\/icon_48.png"
    },
    "browser_action": {
        "default_title": "dvdfab-downloader",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "popup\/static\/css\/dlg.css",
        "popup\/static\/images\/warning.png",
        "popup\/static\/images\/message.png",
        "popup\/static\/images\/icons\/selected_icon.png",
        "popup\/static\/images\/icons\/file_normal.png",
        "popup\/static\/images\/icons\/close_normal.png",
        "popup\/static\/images\/icons\/close_hover.png",
        "popup\/static\/images\/loading.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "popup\/static\/css\/jquery-3.4.1.min.js",
                "content-script\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.open",
        "alarms",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}