YouTube™ Scroll Player
Makes the YouTube video player shrink into the bottom right corner while scrolling.
Co to jest YouTube™ Scroll Player?
YouTube™ Scroll Player to rozszerzenie Chrome opracowane przez Cryous Technologies, a jego główną funkcją jest „Makes the YouTube video player shrink into the bottom right corner while scrolling.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube™ Scroll Player
Pobierz pliki rozszerzeń YouTube™ Scroll Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube™ Scroll Player |
ID | cmceloemlfndkbklohojnlppaefclkma |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-scroll-player/cmceloemlfndkbklohojnlppaefclkma |
Opis | Makes the YouTube video player shrink into the bottom right corner while scrolling. |
Rozmiar pliku | 51.99 KB |
Liczba instalacji | 246 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2016-01-27 |
Data Publikacji | 2016-01-27 |
Ocena | 3.28/5 Łącznie 18 Oceny |
Deweloper | Cryous Technologies |
Typ Płatności | free |
Obsługiwane Języki | 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 } |