YouTube™ Scroll Player
Makes the YouTube video player shrink into the bottom right corner while scrolling.
YouTube™ Scroll Player क्या है?
YouTube™ Scroll Player Cryous Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the YouTube video player shrink into the bottom right corner while scrolling."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube™ Scroll Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |