Full browser screen Video Player
Make site's video player fullscreen without going in fullscreen mode.
Full browser screen Video Playerとは何ですか?
Full browser screen Video PlayerはCaptainTeemoによって開発されたChromeの拡張機能で、その主な機能は「Make site's video player fullscreen without going in fullscreen mode.」です。
拡張機能のスクリーンショット
Full browser screen Video Player拡張機能のCRXファイルをダウンロード
Full browser screen Video Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is not a video player, instead this extension makes the SonyLiv, YouTube and Hotstar Video player to cover the entire screen of the browser without making the browser to go into the fullscreen mode.
拡張機能の基本情報
名前 | Full browser screen Video Player |
ID | dniaackmdeolpebmoijjnijcmiinbchk |
公式URL | https://chromewebstore.google.com/detail/full-browser-screen-video/dniaackmdeolpebmoijjnijcmiinbchk |
説明 | Make site's video player fullscreen without going in fullscreen mode. |
ファイルサイズ | 7.17 KB |
インストール数 | 657 |
現在のバージョン | 2.0.1 |
最終更新日 | 2022-09-21 |
公開日 | 2019-03-25 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | CaptainTeemo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full browser screen Video Player", "version": "2.0.1", "description": "Make site's video player fullscreen without going in fullscreen mode.", "background": { "service_worker": "background-wrapper.js" }, "action": { "default_icon": "images\/inactive.png", "default_title": "Make Full screen" }, "permissions": [ "scripting", "storage", "declarativeContent" ], "host_permissions": [ "*:\/\/*\/*" ], "manifest_version": 3 } |