YouTube Player Speed Controls

Adds playback speed controls to player control bar.

YouTube Player Speed Controlsคืออะไร?

YouTube Player Speed Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seishin4real และคุณลักษณะหลักของมันคือ "Adds playback speed controls to player control bar."

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

screenshot

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

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

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

                        Adds playback speed controls to the control bar of the youtube player.                    

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

ชื่อ YouTube Player Speed Controls YouTube Player Speed Controls
ID acibbdogpnpdfhhhhiofgegplmhhffgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-player-speed-cont/acibbdogpnpdfhhhhiofgegplmhhffgf
คำอธิบาย Adds playback speed controls to player control bar.
ขนาดไฟล์ 14.8 KB
จำนวนการติดตั้ง 975
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-05-02
วันที่เผยแพร่ 2019-05-02
คะแนน 4.29/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Seishin4real
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Player Speed Controls",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds playback speed controls to player control bar.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon48.png"
    },
    "permissions": [
        "storage",
        "*:\/\/www.youtube.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "scripts\/scripts.js"
            ]
        }
    ]
}