DVDFab Downloader
This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.
Vad är DVDFab Downloader?
DVDFab Downloader är en Chrome-tillägg utvecklad av DVDFab, och dess huvudfunktion är "This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.".
Tilläggsskärmbilder
Ladda ner DVDFab Downloader-förlängningens CRX-fil
Ladda ner DVDFab Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
DVDFab Downloader is a online video downloader, it can download any video from popular websites, like facebook, twitter, instagram, etc.
Grundläggande Information om Tillägg
Namn | |
ID | cikpdiloocbinmhjfohkhkkbeclpaibd |
Officiell webbadress | https://chrome.google.com/webstore/detail/dvdfab-downloader/cikpdiloocbinmhjfohkhkkbeclpaibd |
Beskrivning | This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc. |
Filstorlek | 1.45 MB |
Antal Installationer | 8,000 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2019-12-10 |
Publiceringsdatum | 2019-12-10 |
Betyg | 2.00/5 Totalt 8 Betyg |
Utvecklare | DVDFab |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://dvdfab.cn |
Stödda Språk | 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'" } |