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 |
Eメール | [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" ] } |