Automatic Fullscreen on Crunchyroll

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

Qu'est-ce que Automatic Fullscreen on Crunchyroll ?

Automatic Fullscreen on Crunchyroll est une extension Chrome développée par Unknown, et sa fonction principale est "Click on the switch buttom, press F11 and stay in your bed ;)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Automatic Fullscreen on Crunchyroll

Téléchargez les fichiers d'extension Automatic Fullscreen on Crunchyroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Automatic Fullscreen on Crunchyroll Automatic Fullscreen on Crunchyroll
ID pcbinggjelhcbebilcmlikomcgiippjb
URL Officiel https://chromewebstore.google.com/detail/automatic-fullscreen-on-c/pcbinggjelhcbebilcmlikomcgiippjb
Description Click on the switch buttom, press F11 and stay in your bed ;)
Taille du Fichier 17.22 KB
Nombre d'Installations 365
Version Actuelle 0.3
Dernière Mise à Jour 2020-04-12
Date de Publication 2020-04-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/Coystark/automatic-fullscreen-crunchyroll
Langues Prises en Charge 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"
    }
}