YouTube Window Player
Resize YouTube's HTML5 player to fully fit your browser window
What is YouTube Window Player?
YouTube Window Player is a Chrome extension developed by jakdept, and its main feature is "Resize YouTube's HTML5 player to fully fit your browser window".
Extension Screenshots
Download YouTube Window Player Extension CRX File
Download YouTube Window 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
Autohides the top bar in YouTube's HTML5 theatre player, and makes the share buttons optional. - Updated to match youtube's new style.
Extension Basic Information
Name | YouTube Window Player |
ID | djcblfigljldnidihnfjmpcbfhflhfan |
Official URL | https://chromewebstore.google.com/detail/youtube-window-player/djcblfigljldnidihnfjmpcbfhflhfan |
Description | Resize YouTube's HTML5 player to fully fit your browser window |
File Size | 672 KB |
Installation Count | 1,261 |
Current Version | 0.1.1 |
Last Updated | 2018-09-11 |
Publish Date | 2018-09-11 |
Rating | 3.86/5 Total 7 Ratings |
Developer | jakdept |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jakdept/youtube-window-player |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Window Player", "version": "0.1.1", "description": "Resize YouTube's HTML5 player to fully fit your browser window", "icons": { "16": "assets\/16.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "author": "Jack Hayhurst", "content_scripts": [ { "css": [ "player.css" ], "js": [ "thirdParty\/jquery-3.2.1.min.js", "thirdParty\/debounce.js", "player.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "incognito": "split" } |