Enlarge Youtube Profile Images

Control size of profile images in the Youtube comment section.

什麼是Enlarge Youtube Profile Images?

Enlarge Youtube Profile Images是由Polywocker開發的Chrome擴展程式,該擴展的主要功能是“Control size of profile images in the Youtube comment section.”。

擴展截圖

screenshot
screenshot

下載Enlarge Youtube Profile Images擴展crx文件

下載Enlarge Youtube Profile Images擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - Set preferred profile image size for the Youtube comment section. 
- Hover zoom on profile images. 

It's time to appreciate the memes and put a face to the name. 


Source code: https://github.com/polywock/enlargeYoutubeProfileImages                    

擴展基本資訊

名稱 Enlarge Youtube Profile Images Enlarge Youtube Profile Images
ID pmloeageofhljhdedpfpppjbjblbncbc
官方網址 https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc
簡介 Control size of profile images in the Youtube comment section.
檔案大小 7 KB
安裝次數 130
目前版本 0.0.6
更新時間 2022-10-08
上架時間 2022-05-05
評分 5.00/5 共 2 次評分
開發者 Polywocker
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/polywock/enlargeYoutubeProfileImages
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enlarge Youtube Profile Images",
    "version": "0.0.6",
    "description": "Control size of profile images in the Youtube comment section.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "isolated.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}