Scrollable Suggestions for YouTube™
Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video.
Scrollable Suggestions for YouTube™ क्या है?
Scrollable Suggestions for YouTube™ chromate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scrollable Suggestions for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension brings back the good old scrollbar to YouTube's suggestion box respectively related videos. At the moment the default settings of YouTube is a long list that forces you to scroll the whole page if you want to scroll through the suggestions. With this extension you can scroll the suggestions AND watch the video. Simple. Changelog: Version 0.9: Added permission for https-connections to YouTube since Google decided to redirect connections. Therefore the extension must be reactivated due to security restrictions in Chrome. Don't worry, this is a normal procedure and is nothing to worry about. Version 0.8: fix for the new YouTube layout _________ YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | megbmcipincfooefojdekpmfeibdhjne |
आधिकारिक URL | https://chrome.google.com/webstore/detail/scrollable-suggestions-fo/megbmcipincfooefojdekpmfeibdhjne |
विवरण | Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video. |
फ़ाइल का आकार | 68.06 KB |
स्थापना संख्या | 356 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2012-10-19 |
प्रकाशन तिथि | 2012-10-19 |
रेटिंग | 3.90/5 कुल 30 रेटिंग्स |
डेवलपर | chromate |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://crashsource.de |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrollable Suggestions for YouTube\u2122", "version": "0.9", "description": "__MSG_app_description__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube.com\/watch*" ], "css": [ "css\/main.css" ], "js": [ "scripts\/jquery-1.4.2.min.js", "scripts\/main.js" ] } ], "permissions": [ "http:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube.com\/watch*" ], "icons": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } } |