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
公式URL 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
Eメール [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"
    }
}