YouTube™ Scroll Player

Makes the YouTube video player shrink into the bottom right corner while scrolling.

Τι είναι το YouTube™ Scroll Player;

Το YouTube™ Scroll Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cryous Technologies, και η κύρια λειτουργία του είναι "Makes the YouTube video player shrink into the bottom right corner while scrolling.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube™ Scroll Player

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

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

                        When scrolling down on a YouTube video, the player will minimize into the bottom right corner. 

This means you can still watch the video while you're reading comments, etc.

This works with both the HTML5 and the Flash player.

I've disabled the ability to seek/skip through the video in the mini HTML5 version (it's actually hidden now) because YouTube's HTML5 player doesn't like the smaller dimensions of the player and the seek bar messes up.                    

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

Όνομα YouTube™ Scroll Player YouTube™ Scroll Player
ID cmceloemlfndkbklohojnlppaefclkma
Επίσημο URL https://chromewebstore.google.com/detail/youtube-scroll-player/cmceloemlfndkbklohojnlppaefclkma
Περιγραφή Makes the YouTube video player shrink into the bottom right corner while scrolling.
Μέγεθος Αρχείου 51.99 KB
Αριθμός Εγκαταστάσεων 246
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2016-01-27
Ημερομηνία Δημοσίευσης 2016-01-27
Αξιολόγηση 3.28/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Cryous Technologies
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Scroll Player",
    "description": "Makes the YouTube video player shrink into the bottom right corner while scrolling.",
    "version": "1.0.5",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "mini-floating-player.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "arrow-up.png"
    ],
    "manifest_version": 2
}