YouTube Focus

Focused timestamp highlights for YouTube

YouTube Focusคืออะไร?

YouTube Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย House 7 และคุณลักษณะหลักของมันคือ "Focused timestamp highlights for YouTube"

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

screenshot

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

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

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

                        Brings relevant timestamps from comments directly into your YouTube video player.                    

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

ชื่อ YouTube Focus YouTube Focus
ID hlbigenlepcdiklldilmakhojegpkaca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca
คำอธิบาย Focused timestamp highlights for YouTube
ขนาดไฟล์ 41.03 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2020-09-18
วันที่เผยแพร่ 2020-03-26
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา House 7
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Focus",
    "version": "0.3.0",
    "description": "Focused timestamp highlights for YouTube",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "script\/garbage_collector.js",
                "script\/timestamps.js",
                "script\/app.js",
                "lib\/popper.min.js",
                "lib\/tippy-bundle.umd.min.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}