Youtube Ends At

Displays when a Youtube video will end.

What is Youtube Ends At?

Youtube Ends At is a Chrome extension developed by https://youtube-extensions.gonguet.com, and its main feature is "Displays when a Youtube video will end.".

Extension Screenshots

screenshot
screenshot

Download Youtube Ends At Extension CRX File

Download Youtube Ends At extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youtube Ends At Youtube Ends At
ID oahgfgokmkpgkbfnedkbbmnogjmfpljd
Official URL https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd
Description Displays when a Youtube video will end.
File Size 18.81 KB
Installation Count 232
Current Version 1.7.0
Last Updated 2022-11-09
Publish Date 2021-03-22
Rating 5.00/5 Total 3 Ratings
Developer https://youtube-extensions.gonguet.com
Email [email protected]
Payment Type free
Extension Website https://youtube-extensions.gonguet.com/
Supported Languages 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]"
        }
    }
}