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.

Wat is Crunchyroll Full Screen, All The Time?

Crunchyroll Full Screen, All The Time is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crunchyroll Full Screen, All The Time

Download Crunchyroll Full Screen, All The Time-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

                        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.                    

Basisinformatie over de Extensie

Naam Crunchyroll Full Screen, All The Time Crunchyroll Full Screen, All The Time
ID aebamgnddkjifkidngamjohhgkfholmj
Officiële URL https://chromewebstore.google.com/detail/crunchyroll-full-screen-a/aebamgnddkjifkidngamjohhgkfholmj
Beschrijving Keeps fullscreen, even after autoplay. Click on a show, click on the toggle button, and press F11, and enjoy your binge.
Bestandsgrootte 35.02 KB
Aantal Installaties 3,977
Huidige Versie 0.5
Laatst Bijgewerkt 2019-09-14
Publicatiedatum 2019-09-13
Beoordeling 4.15/5 Totaal 26 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
    }
}