Youtube Helper

Provide better youtube experience

Youtube Helper란 무엇입니까?

Youtube Helper은(는) liamcofficial에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provide better youtube experience"입니다.

확장 프로그램 스크린샷

screenshot

Youtube Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}