Medal Importer
Medal Importer
什么是Medal Importer?
Medal Importer是由http://medal.tv开发的Chrome扩展程序,该扩展的主要功能是“Medal Importer”。
扩展截图
下载Medal Importer扩展crx文件
下载Medal Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Go to the link of a clip you'd like to import and click the "import video" button. Please reach out with any support requests, we are here to help!
扩展基本信息
名称 | |
ID | cffgodhgpfohjfpedcjbfnphlhjegljm |
官方URL | https://chrome.google.com/webstore/detail/medal-importer/cffgodhgpfohjfpedcjbfnphlhjegljm |
简介 | Medal Importer |
文件大小 | 162 KB |
安装次数 | 5,000 |
当前版本 | 1.3.37 |
更新时间 | 2020-08-12 |
上架时间 | 2020-02-04 |
评分 | 3.00/5 共8次评分 |
开发者 | http://medal.tv |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://docs.medal.tv/ |
帮助页面URL | https://medaltv.freshdesk.com/support/home |
隐私政策页面URL | https://medal.tv/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medal Importer", "description": "Medal Importer", "version": "1.3.37", "icons": { "128": "128.png" }, "browser_action": { "default_icon": "19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs" ] } |