Time Saver for YouTube

Display the time saved when the playback speed of a YouTube video is adjusted.

Time Saver for YouTubeคืออะไร?

Time Saver for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Julian Acosta และคุณลักษณะหลักของมันคือ "Display the time saved when the playback speed of a YouTube video is adjusted."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Saver for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Time Saver for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Time Saver for YouTube Time Saver for YouTube
ID nkfcgfkioefgclgcilgocbdnlhbfmcaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf
คำอธิบาย Display the time saved when the playback speed of a YouTube video is adjusted.
ขนาดไฟล์ 5.33 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2023-03-17
วันที่เผยแพร่ 2020-07-02
ผู้พัฒนา Julian Acosta
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Saver for YouTube",
    "version": "0.0.0.3",
    "description": "Display the time saved when the playback speed of a YouTube video is adjusted.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "youtube-script.js"
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ]
}