YouWatch
Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
YouWatchとは何ですか?
YouWatchはMeonaze Developerによって開発されたChromeの拡張機能で、その主な機能は「Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!」です。
拡張機能のスクリーンショット
YouWatch拡張機能のCRXファイルをダウンロード
YouWatch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Button to toggle Picture in Picture mode shows up when video on a page starts playing
拡張機能の基本情報
名前 | YouWatch |
ID | cfdnldjcnachhlmeaeocfapmpmpiagga |
公式URL | https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga |
説明 | Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click! |
ファイルサイズ | 8.75 KB |
インストール数 | 23 |
現在のバージョン | 1.1 |
最終更新日 | 2018-11-30 |
公開日 | 2018-11-26 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Meonaze Developer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouWatch", "version": "1.1", "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!", "icons": { "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "page_action": { "default_icon": { "128": "images\/img128.png" } } } |