DVDFab Downloader
This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.
Qu'est-ce que DVDFab Downloader ?
DVDFab Downloader est une extension Chrome développée par DVDFab, et sa fonction principale est "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DVDFab Downloader
Téléchargez les fichiers d'extension DVDFab Downloader 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
DVDFab Downloader is a online video downloader, it can download any video from popular websites, like facebook, twitter, instagram, etc.
Informations de Base sur l'Extension
Nom | |
ID | cikpdiloocbinmhjfohkhkkbeclpaibd |
URL Officiel | https://chrome.google.com/webstore/detail/dvdfab-downloader/cikpdiloocbinmhjfohkhkkbeclpaibd |
Description | This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc. |
Taille du Fichier | 1.45 MB |
Nombre d'Installations | 8,000 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-12-10 |
Date de Publication | 2019-12-10 |
Évaluation | 2.00/5 Total 8 Évaluations |
Développeur | DVDFab |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dvdfab.cn |
Langues Prises en Charge | 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'" } |