Delta for YouTube

Show a time difference in the YouTube progress bar.

Delta for YouTube क्या है?

Delta for YouTube nickells द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show a time difference in the YouTube progress bar."।

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

screenshot

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

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

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

                        Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.                    

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

नाम Delta for YouTube Delta for YouTube
ID ofbfdabicijcdjoeemcgabeeapciibbf
आधिकारिक URL https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf
विवरण Show a time difference in the YouTube progress bar.
फ़ाइल का आकार 678 KB
स्थापना संख्या 1,373
वर्तमान संस्करण 1.5
अंतिम अपडेट 2016-11-20
प्रकाशन तिथि 2016-11-20
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर nickells
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delta for YouTube",
    "short_name": "Delta",
    "description": "Show a time difference in the YouTube progress bar.",
    "version": "1.5",
    "icons": {
        "16": "icons\/delta-16.png",
        "48": "icons\/delta-48.png",
        "128": "icons\/delta-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "delta.css"
            ],
            "js": [
                "node_modules\/moment\/min\/moment.min.js",
                "delta.js"
            ]
        }
    ]
}