YouTube Longs

Redirects tabs opening a YouTube short to open the proper video.

YouTube Longs là gì?

YouTube Longs là một tiện ích mở rộng Chrome được phát triển bởi Deathbetray, và tính năng chính của nó là "Redirects tabs opening a YouTube short to open the proper video.".

Ả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 YouTube Longs

Tải xuống các tệp mở rộng YouTube Longs 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

                        Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.                    

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

Tên YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
URL Chính Thức https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
Mô tả Redirects tabs opening a YouTube short to open the proper video.
Kích Thước Tệp 17.86 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-06-05
Ngày Phát Hành 2022-06-04
Nhà Phát Triển Deathbetray
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Longs",
    "description": "Redirects tabs opening a YouTube short to open the proper video.",
    "version": "1.1",
    "author": "Deathbetray",
    "manifest_version": 3,
    "background": {
        "service_worker": "youTubeLongs.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/images\/youTubeLongs-logo-16.png",
        "32": "\/images\/youTubeLongs-logo-32.png",
        "48": "\/images\/youTubeLongs-logo-48.png",
        "128": "\/images\/youTubeLongs-logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/youTubeLongs-logo-16.png",
            "32": "\/images\/youTubeLongs-logo-32.png",
            "48": "\/images\/youTubeLongs-logo-48.png",
            "128": "\/images\/youTubeLongs-logo-128.png"
        },
        "default_title": "YouTube Longs",
        "default_popup": "popup.html"
    }
}