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
扩展基本信息
名称 | MeTube Downloader |
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 |
电子邮箱 | [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" } } |