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 |
| 公式URL | 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 |
| Eメール | [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'"
} | |