Hover Play
Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…
Hover Playとは何ですか?
Hover PlayはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…」です。
拡張機能のスクリーンショット
Hover Play拡張機能のCRXファイルをダウンロード
Hover Play拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live streams/ videos to see what they're showing. Instead just hover over them to get a player in the bottom right of your screen. Many more sites coming soon. If you only want Hover Play to run on certain sites, you can easily change it in the extension options. Just right click on the extension icon, the click the 'Options' button.
拡張機能の基本情報
名前 | Hover Play |
ID | dnmbfaacpfllgeejebipebofdhndnnma |
公式URL | https://chromewebstore.google.com/detail/hover-play/dnmbfaacpfllgeejebipebofdhndnnma |
説明 | Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live… |
ファイルサイズ | 732 KB |
インストール数 | 181 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-09-25 |
公開日 | 2019-09-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hover Play", "version": "0.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.twitch.tv\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "js\/content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "https:\/\/www.facebook.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.twitch.tv\/*", "storage" ] } |