floatplane-cinema-mode
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
What is floatplane-cinema-mode?
floatplane-cinema-mode is a Chrome extension developed by boz.black, and its main feature is "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…".
Extension Screenshots
Download floatplane-cinema-mode Extension CRX File
Download floatplane-cinema-mode 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
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.
Extension Basic Information
Name | floatplane-cinema-mode |
ID | illocnfoncohhonnhlpdjafenjndaclo |
Official URL | https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo |
Description | Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the… |
File Size | 27.89 KB |
Installation Count | 30 |
Current Version | 0.2 |
Last Updated | 2019-10-08 |
Publish Date | 2019-10-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | boz.black |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mr-black-8/floatplane-cinema-mode |
Help Page URL | https://github.com/mr-black-8/floatplane-cinema-mode |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "floatplane-cinema-mode", "version": "0.2", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.floatplane.com\/*", "https:\/\/www.floatplane.com\/*" ], "css": [ "fpcm-style.css" ], "js": [ "jquery.js", "content.js" ] } ] } |