yttwthmode

Twitch-like theater mode for Youtube livestreams and archives.

Τι είναι το yttwthmode;

Το yttwthmode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον maquinas, και η κύρια λειτουργία του είναι "Twitch-like theater mode for Youtube livestreams and archives.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης yttwthmode

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

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

                        Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size.

Source available at https://github.com/maquinas07/yttwthmode/                    

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

Όνομα yttwthmode yttwthmode
ID ahnanfplkklemnpbjcgheicpcnodmjji
Επίσημο URL https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji
Περιγραφή Twitch-like theater mode for Youtube livestreams and archives.
Μέγεθος Αρχείου 44.22 KB
Αριθμός Εγκαταστάσεων 140
Τρέχουσα Έκδοση 1.3.10
Τελευταία Ενημέρωση 2024-01-14
Ημερομηνία Δημοσίευσης 2021-03-09
Αξιολόγηση 3.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής maquinas
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/maquinas07/yttwthmode
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "yttwthmode",
    "version": "1.3.10",
    "description": "Twitch-like theater mode for Youtube livestreams and archives.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "dist\/popup\/popup.html",
        "default_icon": {
            "128": "dist\/img\/logo_128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "dist\/img\/logo_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}"
        }
    }
}