YouTube Unrounded Thumbnails

Removes round corners from YouTube thumbnails.

Что такое YouTube Unrounded Thumbnails?

YouTube Unrounded Thumbnails - это расширение Chrome, разработанное onedrawcall, и его основная функция - "Removes round corners from YouTube thumbnails.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YouTube Unrounded Thumbnails

Скачайте файлы расширений YouTube Unrounded Thumbnails в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension removes all round corners from thumbnails on YouTube.                    

Основная информация о расширении

Название YouTube Unrounded Thumbnails YouTube Unrounded Thumbnails
ID lkklpbhnojokmlapmkpkpphbhakmeifo
Официальный URL https://chromewebstore.google.com/detail/youtube-unrounded-thumbna/lkklpbhnojokmlapmkpkpphbhakmeifo
Описание Removes round corners from YouTube thumbnails.
Размер файла 7.4 KB
Количество установок 1,007
Текущая Версия 1.2
Последнее Обновление 2023-08-22
Дата публикации 2023-01-07
Рейтинг 4.89/5 Всего 9 оценок
Разработчик onedrawcall
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/1polygon/youtube-unrounded-thumbnails
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Unrounded Thumbnails",
    "version": "1.2",
    "description": "Removes round corners from YouTube thumbnails.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}