Enlarge Youtube Profile Images
Control size of profile images in the Youtube comment section.
Что такое Enlarge Youtube Profile Images?
Enlarge Youtube Profile Images - это расширение Chrome, разработанное Polywocker, и его основная функция - "Control size of profile images in the Youtube comment section.".
Снимки экрана расширения
Скачать файл CRX расширения Enlarge Youtube Profile Images
Скачайте файлы расширений Enlarge Youtube Profile Images в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- 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
Основная информация о расширении
Название | Enlarge Youtube Profile Images |
ID | pmloeageofhljhdedpfpppjbjblbncbc |
Официальный URL | https://chromewebstore.google.com/detail/enlarge-youtube-profile-i/pmloeageofhljhdedpfpppjbjblbncbc |
Описание | Control size of profile images in the Youtube comment section. |
Размер файла | 7 KB |
Количество установок | 130 |
Текущая Версия | 0.0.6 |
Последнее Обновление | 2022-10-08 |
Дата публикации | 2022-05-05 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Polywocker |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/polywock/enlargeYoutubeProfileImages |
Поддерживаемые языки | 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" } } |