Youtube Video Speed UP!

Control Youtube Video Speed or any video that probably able to control, give it a try!

Youtube Video Speed UP!คืออะไร?

Youtube Video Speed UP! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xinxinz9999 และคุณลักษณะหลักของมันคือ "Control Youtube Video Speed or any video that probably able to control, give it a try!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Video Speed UP!

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

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

                        Control Youtube Video Speed or any video that probably able to control.
Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.)
Slow Down from 0.01 to 1.                    

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

ชื่อ Youtube Video Speed UP! Youtube Video Speed UP!
ID jdcgdehghfameefmeembbbajjkimigpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe
คำอธิบาย Control Youtube Video Speed or any video that probably able to control, give it a try!
ขนาดไฟล์ 12.61 KB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-09-30
วันที่เผยแพร่ 2021-09-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา xinxinz9999
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Speed UP!",
    "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "author": "XINXIN ZHAO",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "icons": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}