Youtube Helper
Provide better youtube experience
Youtube Helperとは何ですか?
Youtube Helperはliamcofficialによって開発されたChromeの拡張機能で、その主な機能は「Provide better youtube experience」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |