Youtube Helper

Provide better youtube experience

什么是Youtube Helper?

Youtube Helper是由liamcofficial开发的Chrome扩展程序,该扩展的主要功能是“Provide better youtube experience”。

扩展截图

screenshot

下载Youtube Helper扩展crx文件

下载Youtube Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Youtube Helper Youtube Helper
ID jljkinfbojgiadbgmekjhkllbechfmpm
官方URL https://chromewebstore.google.com/detail/youtube-helper/jljkinfbojgiadbgmekjhkllbechfmpm
简介 Provide better youtube experience
文件大小 85.91 KB
安装次数 92
当前版本 1.0
更新时间 2022-10-31
上架时间 2022-10-30
开发者 liamcofficial
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}