Youtube Helper

Provide better youtube experience

What is Youtube Helper?

Youtube Helper is a Chrome extension developed by liamcofficial, and its main feature is "Provide better youtube experience".

Extension Screenshots

screenshot

Download Youtube Helper Extension CRX File

Download Youtube Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youtube Helper Youtube Helper
ID jljkinfbojgiadbgmekjhkllbechfmpm
Official URL https://chromewebstore.google.com/detail/youtube-helper/jljkinfbojgiadbgmekjhkllbechfmpm
Description Provide better youtube experience
File Size 85.91 KB
Installation Count 92
Current Version 1.0
Last Updated 2022-10-31
Publish Date 2022-10-30
Developer liamcofficial
Email [email protected]
Payment Type free
Supported Languages 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"
}