Enlarge Profile Image for YouTube™

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

Qu'est-ce que Enlarge Profile Image for YouTube™ ?

Enlarge Profile Image for YouTube™ est une extension Chrome développée par Elad Nava, et sa fonction principale est "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enlarge Profile Image for YouTube™

Téléchargez les fichiers d'extension Enlarge Profile Image for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Enlarge Profile Image for YouTube™ Enlarge Profile Image for YouTube™
ID aadbfahejpbhdndmnfkimgfilobdbnfo
URL Officiel https://chromewebstore.google.com/detail/enlarge-profile-image-for/aadbfahejpbhdndmnfkimgfilobdbnfo
Description A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.
Taille du Fichier 234 KB
Nombre d'Installations 360
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-12-05
Date de Publication 2018-07-31
Évaluation 2.33/5 Total 6 Évaluations
Développeur Elad Nava
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}