RightSpeed for YouTube

Great tool for easily adjusting the speed of YouTube videos, at YOUR speed, the RIGHT speed.

RightSpeed for YouTube क्या है?

RightSpeed for YouTube d4nshields द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Great tool for easily adjusting the speed of YouTube videos, at YOUR speed, the RIGHT speed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RightSpeed for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        While watching YouTube videos, you may change the speed of playback via a slider on the left side of the video window.

Videos may be sped up to 4 times normal speed, and slowed down to half normal speed.   Great for enhancing the detail of difficult technical tutorials, speed-learning, and even cramming for exams.

RightSpeed is an essential for the learner's toolbox.  Watch lectures at double speed, then switch to slow-motion for the complicated bits.  Once you've appreciated the advantages of tuning video to the rate of your auditory perception, it's a feature you will favour, so please rate this extension highly and share it with your friends.                    

एक्सटेंशन की मूल जानकारी

नाम RightSpeed for YouTube RightSpeed for YouTube
ID flibmeaimaamdoldglmbcooncgjedblo
आधिकारिक URL https://chrome.google.com/webstore/detail/rightspeed-for-youtube/flibmeaimaamdoldglmbcooncgjedblo
विवरण Great tool for easily adjusting the speed of YouTube videos, at YOUR speed, the RIGHT speed.
फ़ाइल का आकार 271 KB
स्थापना संख्या 380
वर्तमान संस्करण 0.0.4.3
अंतिम अपडेट 2019-04-06
प्रकाशन तिथि 2019-04-06
रेटिंग 4.13/5 कुल 31 रेटिंग्स
डेवलपर d4nshields
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/d4nshields/rightspeed
सहायता पृष्ठ URL https://github.com/d4nshields/rightspeed/blob/master/privacy-policy.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RightSpeed for YouTube",
    "short_name": "rightspeed",
    "description": "Great tool for easily adjusting the speed of YouTube videos, at YOUR speed, the RIGHT speed.",
    "version": "0.0.4.3",
    "icons": {
        "16": "stopwatch-small-128.png",
        "19": "stopwatch-small-128.png",
        "48": "stopwatch-small-128.png",
        "128": "stopwatch-small-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "ga-config.js",
                "myscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "stopwatch-small-128.png",
            "19": "stopwatch-small-128.png",
            "48": "stopwatch-small-128.png",
            "128": "stopwatch-small-128.png"
        },
        "default_title": " RightSpeed for YouTube",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "BTTF.ttf",
        "stop-watch-icon.png",
        "background.js",
        "jquery-ui.css",
        "spdr-styles.css",
        "jquery.min.js",
        "jquery-ui.js",
        "myscript.js",
        "commLink.js",
        "stopwatch-top.png",
        "button_instant_replay.png",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}