YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

Τι είναι το YouTube Video Expander;

Το YouTube Video Expander είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wilmol, και η κύρια λειτουργία του είναι "Embeds the current YouTube video within the entire Chrome window.".

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

screenshot
screenshot

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

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

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

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

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

Όνομα YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Επίσημο URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Περιγραφή Embeds the current YouTube video within the entire Chrome window.
Μέγεθος Αρχείου 5.06 KB
Αριθμός Εγκαταστάσεων 396
Τρέχουσα Έκδοση 0.0.0.4
Τελευταία Ενημέρωση 2017-04-20
Ημερομηνία Δημοσίευσης 2017-04-19
Αξιολόγηση 3.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής wilmol
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://github.com/wilmol
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}