Vimeo Video Downloader
Download videos and audios from Vimeo
Vimeo Video Downloaderとは何ですか?
Vimeo Video Downloaderはtomxuxuによって開発されたChromeの拡張機能で、その主な機能は「Download videos and audios from Vimeo」です。
拡張機能のスクリーンショット
Vimeo Video Downloader拡張機能のCRXファイルをダウンロード
Vimeo Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download videos and audios from Vimeo 拡張機能の基本情報
| 名前 | |
| ID | opgdaloielhdheaimfenmkkaljiajidi |
| 公式URL | https://chrome.google.com/webstore/detail/opgdaloielhdheaimfenmkkaljiajidi |
| 説明 | Download videos and audios from Vimeo |
| ファイルサイズ | 129 KB |
| インストール数 | 105 |
| 現在のバージョン | 2.1.5 |
| 最終更新日 | 2023-07-03 |
| 公開日 | 2023-07-03 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | tomxuxu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pictureknow.com/en |
| プライバシーポリシーページのURL | https://pictureknow.com/protocol |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"version": "2.1.5",
"description": "__MSG_desc__",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "icons\/icon128.png",
"default_title": "__MSG_name__",
"default_popup": "popup.html"
},
"permissions": [
"downloads"
],
"host_permissions": [
" | |