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"
            ]
        }
    ]
}