YouTube Studio Favicon

Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.

YouTube Studio Faviconとは何ですか?

YouTube Studio Faviconはhttps://damiendavisneff.comによって開発されたChromeの拡張機能で、その主な機能は「Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.」です。

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

screenshot

YouTube Studio Favicon拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Gives YouTube Studio a separate favicon, which is the Studio's Mobile App icon, to differentiate it from the main YouTube site.                    

拡張機能の基本情報

名前 YouTube Studio Favicon YouTube Studio Favicon
ID mkafoonfjjnhnglfeiladhgnekbkggll
公式URL https://chromewebstore.google.com/detail/youtube-studio-favicon/mkafoonfjjnhnglfeiladhgnekbkggll
説明 Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.
ファイルサイズ 25.87 KB
インストール数 1,135
現在のバージョン 0.0.1.0
最終更新日 2023-10-10
公開日 2022-12-20
評価 3.00/5 合計 4 レビュー
開発者 https://damiendavisneff.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DamienDavisNeff/YouTubeStudioFavicon/blob/main/README.md
ヘルプページのURL https://www.damiendavisneff.com/support
プライバシーポリシーページのURL https://github.com/DamienDavisNeff/PrivacyPolicies
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Studio Favicon",
    "version": "0.0.1.0",
    "description": "Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon_small.png"
    },
    "content_scripts": [
        {
            "js": [
                "global.js",
                "siteChanges.js"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/studio\/favicon.png"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ]
        }
    ]
}