Youtube Ends At

Displays when a Youtube video will end.

ما هو Youtube Ends At؟

Youtube Ends At هو إضافة Chrome تم تطويرها بواسطة https://youtube-extensions.gonguet.com، والميزة الرئيسية لها هي "Displays when a Youtube video will end.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Youtube Ends At

قم بتنزيل ملفات الامتداد Youtube Ends At بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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]"
        }
    }
}