Video Downloader Plus

Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc

Video Downloader Plus क्या है?

Video Downloader Plus meburubo3633 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc"।

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

screenshot

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

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

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

                        To your attention a unique high quality product Video Downloader Plus. It is he who will help you download any movie, video or music on the Internet. Just one click of the mouse and the  Video Downloader Plus extension will be with you. Any format is available for video download, for example, FLV, MP4, HD, MP3. If you have downloaded a movie or video, but you do not have time to watch it right away, then you can do it at a time convenient for you. The new Video Downloader Plus extension is completely free and easy to use. So install it rather quickly and enjoy it.                    

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

नाम Video Downloader Plus Video Downloader Plus
ID pgmpdnnfiemnnilkiceillaclhbkmgbd
आधिकारिक URL https://chrome.google.com/webstore/detail/video-downloader-plus/pgmpdnnfiemnnilkiceillaclhbkmgbd
विवरण Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc
फ़ाइल का आकार 83.38 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2021-12-10
प्रकाशन तिथि 2021-05-30
रेटिंग 1.08/5 कुल 12 रेटिंग्स
डेवलपर meburubo3633
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc",
    "version": "2.0.2",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background\/service.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "3d\/jquery-3.2.1.min.js",
                "BaseMedia.js",
                "BaseProv.js",
                "Dailymotion.js",
                "Facebook.js",
                "Vimeo.js",
                "Twitter.js",
                "contentCommon.js",
                "contentModule.js",
                "contentInit.js",
                "detector.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "res\/exoIcon.png",
        "default_popup": "pupy.html"
    },
    "icons": {
        "128": "res\/exoIcon.png"
    },
    "web_accessible_resources": [
        "res\/*.png",
        "viewer.htm"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}