Automatic Fullscreen on Crunchyroll

Click on the switch buttom, press F11 and stay in your bed ;)

Wat is Automatic Fullscreen on Crunchyroll?

Automatic Fullscreen on Crunchyroll is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Click on the switch buttom, press F11 and stay in your bed ;)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Automatic Fullscreen on Crunchyroll

Download Automatic Fullscreen on Crunchyroll-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

                        This extension automatically makes the crunchyroll video-player fullscreen when you open the page.

Github: https://github.com/Coystark/automatic-fullscreen-crunchyroll                    

Basisinformatie over de Extensie

Naam Automatic Fullscreen on Crunchyroll Automatic Fullscreen on Crunchyroll
ID pcbinggjelhcbebilcmlikomcgiippjb
Officiële URL https://chromewebstore.google.com/detail/automatic-fullscreen-on-c/pcbinggjelhcbebilcmlikomcgiippjb
Beschrijving Click on the switch buttom, press F11 and stay in your bed ;)
Bestandsgrootte 17.22 KB
Aantal Installaties 365
Huidige Versie 0.3
Laatst Bijgewerkt 2020-04-12
Publicatiedatum 2020-04-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/Coystark/automatic-fullscreen-crunchyroll
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic Fullscreen on Crunchyroll",
    "version": "0.3",
    "description": "Click on the switch buttom, press F11 and stay in your bed ;)",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/*\/*",
                "http:\/\/www.crunchyroll.com\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "browser_action": {
        "default_title": "Automatic Fullscreen on Crunchyroll",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_disabled_16.png"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}