video mirroring
Mirroring videos from YT.
video mirroringとは何ですか?
video mirroringはtomascormackによって開発されたChromeの拡張機能で、その主な機能は「Mirroring videos from YT.」です。
拡張機能のスクリーンショット
video mirroring拡張機能のCRXファイルをダウンロード
video mirroring拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Some videos on YouTube are reflected, either because they are very old, due to recording problems, etc. This extension aims to fix these problems by mirroring the video you are watching, just clicking in the extension icon. We do not collect any information or browsing history, your privacy is safe with us.
拡張機能の基本情報
名前 | video mirroring |
ID | icfblmejfimdamccpnoihghdjdhkaedi |
公式URL | https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi |
説明 | Mirroring videos from YT. |
ファイルサイズ | 7.69 KB |
インストール数 | 1,554 |
現在のバージョン | 1.0 |
最終更新日 | 2021-12-07 |
公開日 | 2021-11-30 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | tomascormack |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "video mirroring", "description": "Mirroring videos from YT.", "version": "1.0", "icons": { "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_action": "mirror.png" }, "permissions": [ "activeTab" ] } |