Playback Speed

Change the playback speed for video or audio clips on any website!

Playback Speed क्या है?

Playback Speed reveratenm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the playback speed for video or audio clips on any website!"।

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

screenshot

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

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

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

                        Web browsers have native capability of slowing down or speeding up audio and video content on almost any website. This extension taps into this functionality to let you change the playback rate even on websites that do not make that functionality available through it's standard user interface. This extension is extremely lightweight with a very simple user interface and no fancy bells and whistles - just gets the job done!                    

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

नाम Playback Speed Playback Speed
ID gjeblkgnjlgadjnebddcllncefmmleio
आधिकारिक URL https://chromewebstore.google.com/detail/playback-speed/gjeblkgnjlgadjnebddcllncefmmleio
विवरण Change the playback speed for video or audio clips on any website!
फ़ाइल का आकार 17.16 KB
स्थापना संख्या 487
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-10-20
प्रकाशन तिथि 2020-10-17
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर reveratenm
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Speed",
    "version": "1.2",
    "description": "Change the playback speed for video or audio clips on any website!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}