Full browser screen Video Player
Make site's video player fullscreen without going in fullscreen mode.
What is Full browser screen Video Player?
Full browser screen Video Player is a Chrome extension developed by CaptainTeemo, and its main feature is "Make site's video player fullscreen without going in fullscreen mode.".
Extension Screenshots
Download Full browser screen Video Player Extension CRX File
Download Full browser screen Video Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Full browser screen Video Player |
ID | dniaackmdeolpebmoijjnijcmiinbchk |
Official URL | https://chromewebstore.google.com/detail/full-browser-screen-video/dniaackmdeolpebmoijjnijcmiinbchk |
Description | Make site's video player fullscreen without going in fullscreen mode. |
File Size | 7.17 KB |
Installation Count | 657 |
Current Version | 2.0.1 |
Last Updated | 2022-09-21 |
Publish Date | 2019-03-25 |
Rating | 4.00/5 Total 5 Ratings |
Developer | CaptainTeemo |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |