Video player extension

More control over the video player

Video player extension क्या है?

Video player extension dskloet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More control over the video player"।

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

screenshot

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

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

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

                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                    

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

नाम Video player extension Video player extension
ID kkipdgnjllphhbcoapilfpmflipdblfl
आधिकारिक URL https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl
विवरण More control over the video player
फ़ाइल का आकार 24.99 KB
स्थापना संख्या 145
वर्तमान संस्करण 0.8
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2020-09-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर dskloet
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://dskl.net/screen/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}