YouTube Speed Slider
YouTube Speed Slider provides variable playback speed, screen darkening and more!
YouTube Speed Slider क्या है?
YouTube Speed Slider iamunstoppable द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Speed Slider provides variable playback speed, screen darkening and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Speed Slider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
YouTube Speed Slider Chrome Extension Status: free Grab your copy today If you utilize YouTube, I believe you will love YouTube Speed Slider. Change the speed at which you view any video - By the top right browser icon - Or directly in the YouTube screen Darken the screen - For a more enjoyable distraction free experience Optionally one click inject jQuery into the page - All sorts of fun reasons - Customizing further, example provided Saves your resources - Intentionally only runs on youtube.com - Does not share, view or use your data Please remember to: 1. create a profile to provide an awesome rating 2. share with friends, family & social networks This is a huge help and makes all the work worth it. Thank you and I hope you enjoy! YouTube Speed Slider
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pocjaofjjbjnpmfkkaonmfhpinpgkfco |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-speed-slider/pocjaofjjbjnpmfkkaonmfhpinpgkfco |
विवरण | YouTube Speed Slider provides variable playback speed, screen darkening and more! |
फ़ाइल का आकार | 91.82 KB |
स्थापना संख्या | 870 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2016-07-28 |
प्रकाशन तिथि | 2016-07-28 |
रेटिंग | 3.81/5 कुल 37 रेटिंग्स |
डेवलपर | iamunstoppable |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Speed Slider", "version": "0.0.2", "manifest_version": 2, "description": "YouTube Speed Slider provides variable playback speed, screen darkening and more!", "icons": { "16": "icons\/16x16.png", "19": "icons\/19x19.png", "38": "icons\/38x38.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "YouTube Speed Slider", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ] } |