Crunchyroll Full Screen, All The Time

Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.

Co je Crunchyroll Full Screen, All The Time?

Crunchyroll Full Screen, All The Time je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Crunchyroll Full Screen, All The Time

Stáhněte si soubory rozšíření Crunchyroll Full Screen, All The Time 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í

                        Ever get annoyed that Crunchyroll exits full screen when autoplaying the next episode? This will stop that. Just get to a show, click on the extension "toggle binge mode" button, and you can binge in peace, without having to click the fullscreen button every time.                    

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

Název Crunchyroll Full Screen, All The Time Crunchyroll Full Screen, All The Time
ID aebamgnddkjifkidngamjohhgkfholmj
Oficiální URL https://chromewebstore.google.com/detail/crunchyroll-full-screen-a/aebamgnddkjifkidngamjohhgkfholmj
Popis Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.
Velikost souboru 35.02 KB
Počet instalací 3,977
Aktuální Verze 0.5
Poslední Aktualizace 2019-09-14
Datum Vydání 2019-09-13
Hodnocení 4.15/5 Celkem 26 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Full Screen, All The Time",
    "version": "0.5",
    "description": "Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/*\/*",
                "http:\/\/www.crunchyroll.com\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Crunchyroll Fullscreen",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    }
}