Shorts to Normal player

Redirects youtube shorts to Normal Player

Shorts to Normal player là gì?

Shorts to Normal player là một tiện ích mở rộng Chrome được phát triển bởi https://nemiruku.com, và tính năng chính của nó là "Redirects youtube shorts to Normal Player".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shorts to Normal player

Tải xuống các tệp mở rộng Shorts to Normal player 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

                        Display YouTube short videos as normal videos.

When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●●                    

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

Tên Shorts to Normal player Shorts to Normal player
ID cmhmepchidgajcngdkpdchbdboheihgi
URL Chính Thức https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi
Mô tả Redirects youtube shorts to Normal Player
Kích Thước Tệp 13.34 KB
Số Lần Cài Đặt 6,402
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-09-29
Ngày Phát Hành 2022-06-04
Đánh Giá 4.87/5 Tổng số 38 Đánh Giá
Nhà Phát Triển https://nemiruku.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nemiruku.com/soft/sty.html
URL Trang Trợ Giúp https://nemiruku.com/info/mail.html
URL Trang Chính Sách Bảo Mật https://nemiruku.com/soft/readme.html
Ngôn Ngữ Được Hỗ Trợ ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Shorts to Normal player",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}