Enlarge Youtube Profile Images

Control size of profile images in the Youtube comment section.

Co je Enlarge Youtube Profile Images?

Enlarge Youtube Profile Images je rozšíření Chrome vyvinuté Polywocker, a jeho hlavní funkcí je „Control size of profile images in the Youtube comment section.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Enlarge Youtube Profile Images

Stáhněte si soubory rozšíření Enlarge Youtube Profile Images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        - 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                    

Základní Informace o Rozšíření

Název Enlarge Youtube Profile Images Enlarge Youtube Profile Images
ID pmloeageofhljhdedpfpppjbjblbncbc
Oficiální URL https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc
Popis Control size of profile images in the Youtube comment section.
Velikost souboru 7 KB
Počet instalací 130
Aktuální Verze 0.0.6
Poslední Aktualizace 2022-10-08
Datum Vydání 2022-05-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Polywocker
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/polywock/enlargeYoutubeProfileImages
Podporované Jazyky 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"
    }
}