MeTube Downloader
Use the context menu to send video into MeTube application
MeTube Downloaderとは何ですか?
MeTube DownloaderはRpslによって開発されたChromeの拡張機能で、その主な機能は「Use the context menu to send video into MeTube application」です。
拡張機能のスクリーンショット
MeTube Downloader拡張機能のCRXファイルをダウンロード
MeTube Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome context option to send YouTube video into MeTube instance 拡張機能の基本情報
| 名前 | |
| ID | fbmkmdnlhacefjljljlbhkodfmfkijdh |
| 公式URL | https://chromewebstore.google.com/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh |
| 説明 | Use the context menu to send video into MeTube application |
| ファイルサイズ | 11.5 KB |
| インストール数 | 1,585 |
| 現在のバージョン | 1.6 |
| 最終更新日 | 2023-11-25 |
| 公開日 | 2021-07-27 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Rpsl |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Rpsl/metube-browser-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MeTube Downloader",
"description": "Use the context menu to send video into MeTube application",
"version": "1.6",
"manifest_version": 3,
"permissions": [
"contextMenus",
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"action": {
"default_title": "",
"default_icon": "icon128.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |