DevCamp Video Player Enhancer

Improves upon the default video player that is built into the DevCamp website

DevCamp Video Player Enhancer क्या है?

DevCamp Video Player Enhancer https://andrewsumsion.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves upon the default video player that is built into the DevCamp website"।

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

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

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

                        DevCamp Video Player is a Chrome and Firefox extension built by someone who, like you, has had to deal with the default DevCamp video player.

There are a number of limitations including no way to change the playback speed of the video, and no keyboard controls at all.

The goal of this extension is to fix those limitations and make you spend less time focusing on the video player, and more time on the actual video.                    

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

नाम DevCamp Video Player Enhancer DevCamp Video Player Enhancer
ID mkljnifggpnpaniaokhiaobfocgaiejb
आधिकारिक URL https://chromewebstore.google.com/detail/devcamp-video-player-enha/mkljnifggpnpaniaokhiaobfocgaiejb
विवरण Improves upon the default video player that is built into the DevCamp website
फ़ाइल का आकार 48.56 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.2
अंतिम अपडेट 2018-06-19
प्रकाशन तिथि 2018-06-18
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://andrewsumsion.github.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://andrewsumsion.github.io/devcamp-video-player-enhancer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevCamp Video Player Enhancer",
    "version": "0.2",
    "description": "Improves upon the default video player that is built into the DevCamp website",
    "icons": {
        "16": "logos\/icon-16.png",
        "32": "logos\/icon-32.png",
        "48": "logos\/icon-48.png",
        "128": "logos\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.devcamp.com\/*\/guide\/*",
                "https:\/\/*.devcamp.com\/*\/guide\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "spacebar.js",
                "video-speed.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 2
}