floatplane-cinema-mode

Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…

Wat is floatplane-cinema-mode?

floatplane-cinema-mode is een Chrome-extensie ontwikkeld door boz.black, en de belangrijkste functie is "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie floatplane-cinema-mode

Download floatplane-cinema-mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam floatplane-cinema-mode floatplane-cinema-mode
ID illocnfoncohhonnhlpdjafenjndaclo
Officiële URL https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo
Beschrijving Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
Bestandsgrootte 27.89 KB
Aantal Installaties 30
Huidige Versie 0.2
Laatst Bijgewerkt 2019-10-08
Publicatiedatum 2019-10-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar boz.black
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mr-black-8/floatplane-cinema-mode
Help Pagina-URL https://github.com/mr-black-8/floatplane-cinema-mode
Ondersteunde Talen 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"
            ]
        }
    ]
}