Movist Pro extension
Open web media in the current page with Movist Pro (for macOS).
什么是Movist Pro extension?
Movist Pro extension是由https://cocoable.com开发的Chrome扩展程序,该扩展的主要功能是“Open web media in the current page with Movist Pro (for macOS).”。
扩展截图
下载Movist Pro extension扩展crx文件
下载Movist Pro extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⭐️ Requires the Movist Pro (for macOS): http://cocoable.com
扩展基本信息
名称 | Movist Pro extension |
ID | poomhaoiklcooaelckmhijbmkclcgbad |
官方URL | https://chromewebstore.google.com/detail/movist-pro-extension/poomhaoiklcooaelckmhijbmkclcgbad |
简介 | Open web media in the current page with Movist Pro (for macOS). |
文件大小 | 36.17 KB |
安装次数 | 3,463 |
当前版本 | 1.0.3 |
更新时间 | 2019-04-10 |
上架时间 | 2019-04-10 |
评分 | 4.40/5 共5次评分 |
开发者 | https://cocoable.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://cocoable.com |
帮助页面URL | http://cocoable.com/faqs.html |
隐私政策页面URL | http://cocoable.com/faqs.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movist Pro extension", "short_name": "Movist Pro", "author": "Movist", "description": "Open web media in the current page with Movist Pro (for macOS).", "version": "1.0.3", "homepage_url": "http:\/\/cocoable.com", "icons": { "128": "icon_128x128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "toolbar_icon.png", "default_title": "Movist Pro" } } |