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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]"
        }
    }
}