DVDFab Downloader
This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.
什麼是DVDFab Downloader?
DVDFab Downloader是由DVDFab開發的Chrome擴展程式,該擴展的主要功能是“This add-on can download almost any video from the websites, like facebook, twitter, Instagram, etc.”。
擴展截圖
下載DVDFab Downloader擴展crx文件
下載DVDFab Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DVDFab Downloader is a online video downloader, it can download any video from popular websites, like facebook, twitter, instagram, etc. 擴展基本資訊
| 名稱 | |
| ID | cikpdiloocbinmhjfohkhkkbeclpaibd |
| 官方網址 | 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'"
} | |