Enlarge Profile Image for YouTube™

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

Τι είναι το Enlarge Profile Image for YouTube™;

Το Enlarge Profile Image for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Elad Nava, και η κύρια λειτουργία του είναι "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Enlarge Profile Image for YouTube™

Λήψη αρχείων επέκτασης Enlarge Profile Image for YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enlarge Profile Image for YouTube™ Enlarge Profile Image for YouTube™
ID aadbfahejpbhdndmnfkimgfilobdbnfo
Επίσημο URL https://chromewebstore.google.com/detail/enlarge-profile-image-for/aadbfahejpbhdndmnfkimgfilobdbnfo
Περιγραφή A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.
Μέγεθος Αρχείου 234 KB
Αριθμός Εγκαταστάσεων 360
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-12-05
Ημερομηνία Δημοσίευσης 2018-07-31
Αξιολόγηση 2.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Elad Nava
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}