floatplane-cinema-mode

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

Co je floatplane-cinema-mode?

floatplane-cinema-mode je rozšíření Chrome vyvinuté boz.black, a jeho hlavní funkcí je „Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření floatplane-cinema-mode

Stáhněte si soubory rozšíření floatplane-cinema-mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název floatplane-cinema-mode floatplane-cinema-mode
ID illocnfoncohhonnhlpdjafenjndaclo
Oficiální URL https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo
Popis Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
Velikost souboru 27.89 KB
Počet instalací 30
Aktuální Verze 0.2
Poslední Aktualizace 2019-10-08
Datum Vydání 2019-10-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář boz.black
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mr-black-8/floatplane-cinema-mode
URL Stránky Nápovědy https://github.com/mr-black-8/floatplane-cinema-mode
Podporované Jazyky 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"
            ]
        }
    ]
}