floatplane-cinema-mode
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
Was ist floatplane-cinema-mode?
floatplane-cinema-mode ist eine Chrome-Erweiterung, die von boz.black entwickelt wurde, und ihr Hauptmerkmal ist "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…".
Erweiterungsscreenshots
floatplane-cinema-mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie floatplane-cinema-mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | floatplane-cinema-mode |
ID | illocnfoncohhonnhlpdjafenjndaclo |
Offizielle URL | https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo |
Beschreibung | Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the… |
Dateigröße | 27.89 KB |
Installationsanzahl | 30 |
Aktuelle Version | 0.2 |
Letztes Update | 2019-10-08 |
Veröffentlichungsdatum | 2019-10-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | boz.black |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mr-black-8/floatplane-cinema-mode |
Hilfeseite URL | https://github.com/mr-black-8/floatplane-cinema-mode |
Unterstützte Sprachen | 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" ] } ] } |