Enlarge Youtube Profile Images

Control size of profile images in the Youtube comment section.

Cos'è Enlarge Youtube Profile Images?

Enlarge Youtube Profile Images è un'estensione di Chrome sviluppata da Polywocker, e la sua funzione principale è "Control size of profile images in the Youtube comment section.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Enlarge Youtube Profile Images

Scarica i file di estensione Enlarge Youtube Profile Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome Enlarge Youtube Profile Images Enlarge Youtube Profile Images
ID pmloeageofhljhdedpfpppjbjblbncbc
URL Ufficiale https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc
Descrizione Control size of profile images in the Youtube comment section.
Dimensione del File 7 KB
Conteggio Installazioni 130
Versione Corrente 0.0.6
Ultimo Aggiornamento 2022-10-08
Data di Pubblicazione 2022-05-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Polywocker
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/polywock/enlargeYoutubeProfileImages
Lingue Supportate 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"
    }
}