Youtube Helper

Provide better youtube experience

Youtube Helper là gì?

Youtube Helper là một tiện ích mở rộng Chrome được phát triển bởi liamcofficial, và tính năng chính của nó là "Provide better youtube experience".

Ả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 Helper

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

                        Improve user experience.

The extension provides shortcut to youtube main menu and list the your own liked videos. Be aware that you need to log into youtube first.                    

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

Tên Youtube Helper Youtube Helper
ID jljkinfbojgiadbgmekjhkllbechfmpm
URL Chính Thức https://chromewebstore.google.com/detail/youtube-helper/jljkinfbojgiadbgmekjhkllbechfmpm
Mô tả Provide better youtube experience
Kích Thước Tệp 85.91 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-10-31
Ngày Phát Hành 2022-10-30
Nhà Phát Triển liamcofficial
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "static\/icons8-youtube-250.png"
    },
    "icons": {
        "16": "static\/icons8-youtube-250.png",
        "48": "static\/icons8-youtube-250.png",
        "128": "static\/icons8-youtube-250.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity"
    ],
    "oauth2": {
        "client_id": "807725560556-9a8shcjckihbd8lpbb8q7c4i46caijm3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly"
        ]
    },
    "options_page": "option.html",
    "default_locale": "en"
}