Reddit Video Speed Controls

Add speed controls to reddit videos

Reddit Video Speed Controls क्या है?

Reddit Video Speed Controls TheGomesTeam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add speed controls to reddit videos"।

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

screenshot
screenshot

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

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

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

                        The Reddit Video Player is known to be painful. One thing it does by default is hide the video speed controls. This extension remedies that by 
adding simple video speed controls to the bottom of a video posts that use the Reddit Video Player.                    

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

नाम Reddit Video Speed Controls Reddit Video Speed Controls
ID ejpdiepbmgcbchelhcoeebimacheocdl
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-video-speed-contro/ejpdiepbmgcbchelhcoeebimacheocdl
विवरण Add speed controls to reddit videos
फ़ाइल का आकार 744 KB
स्थापना संख्या 16
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-05-17
प्रकाशन तिथि 2023-05-16
डेवलपर TheGomesTeam
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Video Speed Controls",
    "version": "1.0",
    "description": "Add speed controls to reddit videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}