Video Downloader Plus

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

Was ist Video Downloader Plus?

Video Downloader Plus ist eine Chrome-Erweiterung, die von meburubo3633 entwickelt wurde, und ihr Hauptmerkmal ist "Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc".

Erweiterungsscreenshots

screenshot

Video Downloader Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Downloader Plus-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video Downloader Plus Video Downloader Plus
ID pgmpdnnfiemnnilkiceillaclhbkmgbd
Offizielle URL https://chrome.google.com/webstore/detail/video-downloader-plus/pgmpdnnfiemnnilkiceillaclhbkmgbd
Beschreibung Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc
Dateigröße 83.38 KB
Installationsanzahl 10,000
Aktuelle Version 2.0.2
Letztes Update 2021-12-10
Veröffentlichungsdatum 2021-05-30
Bewertung 1.08/5 Insgesamt 12 Bewertungen
Entwickler meburubo3633
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}