Better shorts

Better shorts video player for YouTube and Instagram!

Better shorts là gì?

Better shorts là một tiện ích mở rộng Chrome được phát triển bởi codeshifu, và tính năng chính của nó là "Better shorts video player for YouTube and Instagram!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better shorts

Tải xuống các tệp mở rộng Better shorts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better shorts Better shorts
ID kniiiokdfifghldpemgoggfljdmgpgij
URL Chính Thức https://chromewebstore.google.com/detail/better-shorts/kniiiokdfifghldpemgoggfljdmgpgij
Mô tả Better shorts video player for YouTube and Instagram!
Kích Thước Tệp 13.54 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2023-08-24
Nhà Phát Triển codeshifu
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/codeshifu
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}