Better shorts

Better shorts video player for YouTube and Instagram!

Better shortsคืออะไร?

Better shorts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codeshifu และคุณลักษณะหลักของมันคือ "Better shorts video player for YouTube and Instagram!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Better shorts on YouTube allows
- Video scrubbing
- Closed caption
- Playback speed
- Annotations
- Shorts video quality adjustment

Better shorts on Instagram allows
- Video scrubbing
- Playback speed
- Download reels
- PiP (Picture in Picture)                    

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

ชื่อ Better shorts Better shorts
ID kniiiokdfifghldpemgoggfljdmgpgij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-shorts/kniiiokdfifghldpemgoggfljdmgpgij
คำอธิบาย Better shorts video player for YouTube and Instagram!
ขนาดไฟล์ 13.54 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2023-08-24
ผู้พัฒนา codeshifu
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/codeshifu
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better shorts",
    "description": "Better shorts video player for YouTube and Instagram!",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "32": "assets\/img\/32x32.png",
            "48": "assets\/img\/48x48.png",
            "128": "assets\/img\/128x128.png"
        },
        "default_title": "Better shorts"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}