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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}