Youtube Ends At

Displays when a Youtube video will end.

Youtube Ends At क्या है?

Youtube Ends At https://youtube-extensions.gonguet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays when a Youtube video will end."।

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

screenshot
screenshot

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

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

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

                        This extension just displays what time it will be when the video ends, taking playback rate into account.

Click on the label to change to "ends in" mode.

This currently does not account for SponsorBlock segments.                    

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

नाम Youtube Ends At Youtube Ends At
ID oahgfgokmkpgkbfnedkbbmnogjmfpljd
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd
विवरण Displays when a Youtube video will end.
फ़ाइल का आकार 18.81 KB
स्थापना संख्या 232
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2022-11-09
प्रकाशन तिथि 2021-03-22
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://youtube-extensions.gonguet.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://youtube-extensions.gonguet.com/
समर्थित भाषाएँ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.7.0",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}