Automatic Fullscreen on Crunchyroll

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

Τι είναι το Automatic Fullscreen on Crunchyroll;

Το Automatic Fullscreen on Crunchyroll είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Click on the switch buttom, press F11 and stay in your bed ;)".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Automatic Fullscreen on Crunchyroll

Λήψη αρχείων επέκτασης Automatic Fullscreen on Crunchyroll σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Automatic Fullscreen on Crunchyroll Automatic Fullscreen on Crunchyroll
ID pcbinggjelhcbebilcmlikomcgiippjb
Επίσημο URL https://chromewebstore.google.com/detail/automatic-fullscreen-on-c/pcbinggjelhcbebilcmlikomcgiippjb
Περιγραφή Click on the switch buttom, press F11 and stay in your bed ;)
Μέγεθος Αρχείου 17.22 KB
Αριθμός Εγκαταστάσεων 365
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2020-04-12
Ημερομηνία Δημοσίευσης 2020-04-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Coystark/automatic-fullscreen-crunchyroll
Υποστηριζόμενες Γλώσσες 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"
    }
}