Enlarge Profile Image for YouTube™

A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.

Co je Enlarge Profile Image for YouTube™?

Enlarge Profile Image for YouTube™ je rozšíření Chrome vyvinuté Elad Nava, a jeho hlavní funkcí je „A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Enlarge Profile Image for YouTube™

Stáhněte si soubory rozšíření Enlarge Profile Image for YouTube™ 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í

                        Simply go to any YouTube channel or profile and click the profile image to enlarge it!

This extension is open-source.
https://github.com/eladnava/enlarge-profile-image-for-youtube

YouTube™ is a registered trademark of Google. This extension is unaffiliated with Google.                    

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

Název Enlarge Profile Image for YouTube™ Enlarge Profile Image for YouTube™
ID aadbfahejpbhdndmnfkimgfilobdbnfo
Oficiální URL https://chromewebstore.google.com/detail/enlarge-profile-image-for/aadbfahejpbhdndmnfkimgfilobdbnfo
Popis A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.
Velikost souboru 234 KB
Počet instalací 360
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-12-05
Datum Vydání 2018-07-31
Hodnocení 2.33/5 Celkem 6 Hodnocení
Vývojář Elad Nava
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enlarge Profile Image for YouTube\u2122",
    "description": "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.",
    "manifest_version": 2,
    "version": "1.0.3",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ]
        }
    ]
}