Youtube Customizer

make Youtube pretty:)

Youtube Customizerとは何ですか?

Youtube CustomizerはParsajbcによって開発されたChromeの拡張機能で、その主な機能は「make Youtube pretty:)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Youtube Customizer拡張機能のCRXファイルをダウンロード

Youtube Customizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Welcome to Youtube stylizer. This extension helps you apply the themes you want to the old boring Youtube. You can use the themes we made or make your own.                    

拡張機能の基本情報

名前 Youtube Customizer Youtube Customizer
ID akdjdcgolfggaglfjcbmkepkfbnjdhaj
公式URL https://chromewebstore.google.com/detail/youtube-customizer/akdjdcgolfggaglfjcbmkepkfbnjdhaj
説明 make Youtube pretty:)
ファイルサイズ 589 KB
インストール数 409
現在のバージョン 0.2.2
最終更新日 2022-08-10
公開日 2022-06-21
評価 4.75/5 合計 4 レビュー
開発者 Parsajbc
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Customizer",
    "description": "make Youtube pretty:)",
    "version": "0.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/ext log 16.png",
            "32": "\/img\/ext log 32.png",
            "48": "\/img\/ext log 48.png",
            "128": "\/img\/ext log 128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/img\/ext log 16.png",
        "32": "\/img\/ext log 32.png",
        "48": "\/img\/ext log 48.png",
        "128": "\/img\/ext log 128.png"
    }
}