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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |