Better YouTube Shorts

Take back the controls on YouTube Shorts with playback, volume, progress bar and more!

Better YouTube Shortsคืออะไร?

Better YouTube Shorts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Young Shung และคุณลักษณะหลักของมันคือ "Take back the controls on YouTube Shorts with playback, volume, progress bar and more!"

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

screenshot

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

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

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

                        ⏭️ Control your YouTube Shorts just like a normal YouTube video! Features include progress bar, seeking, playback speed, auto skip and more. You can also customize the keybinds to your liking!

List of features:
- Progress bar at the bottom with time and duration
- Seeking 5 seconds backward and forward with arrow keys (adjustable time)
- Mini timestamp and speed above the like button (can be scrolled on!)
- Fullscreen support with F key and double click
- Decrease and increase playback speed with keys U and O
- Click the speed button to revert to normal speed or toggle between different speeds
- Toggle to auto skip short when current one ends
- Control volume with the volume slider or with - and =, mute audio with M
- Customizable keybinds
- 🌐 Supports more than 10 languages!

Extra features:
- Start short from beginning with J
- Go to the next or previous frame of the video
- Set default playback rate when first opening shorts
- Auto skip short with likes below custom threshold (e.g. 500 likes)
- Auto open comment section on each short
- Hide overlay on shorts (title, channel, etc.)
- Go to the next frame or previous frame with . and , while paused
- View counter and upload date above video title

Fully open-source with MIT License: https://github.com/ynshung/better-yt-shorts

If you have any suggestions or feedback, please let us know here: https://github.com/ynshung/better-yt-shorts#issues--suggestion                    

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

ชื่อ Better YouTube Shorts Better YouTube Shorts
ID pehohlhkhbcfdneocgnfbnilppmfncdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-youtube-shorts/pehohlhkhbcfdneocgnfbnilppmfncdg
คำอธิบาย Take back the controls on YouTube Shorts with playback, volume, progress bar and more!
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 24,098
เวอร์ชันปัจจุบัน 3.7.0
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-08-26
คะแนน 4.72/5 รวมทั้งหมด 123 คะแนน
ผู้พัฒนา Young Shung
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ynshung/better-yt-shorts
URL หน้าช่วยเหลือ https://github.com/ynshung/better-yt-shorts/issues
ภาษาที่รองรับ de,en,fr,tr,es,it,pt-BR,pt-PT,iw,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "3.7.0",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.ts.c53a9f8d.df3e39be.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "assets\/content.ts.fcaa6ecc.css"
            ]
        }
    ],
    "icons": {
        "16": "src\/assets\/icons\/bys-16.png",
        "32": "src\/assets\/icons\/bys-32.png",
        "48": "src\/assets\/icons\/bys-48.png",
        "128": "src\/assets\/icons\/bys-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/browser.cf86e89d.js",
                "assets\/retrieveFromStorage.536899dc.js",
                "assets\/content.ts.c53a9f8d.js"
            ],
            "use_dynamic_url": true
        }
    ]
}