Fix Youtube Date Bug

The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug

Что такое Fix Youtube Date Bug?

Fix Youtube Date Bug - это расширение Chrome, разработанное joseguilhermefmoura, и его основная функция - "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

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

screenshot

Скачать файл CRX расширения Fix Youtube Date Bug

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

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

                        If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.                    

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

Название Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
Официальный URL https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Описание The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Размер файла 3.69 KB
Количество установок 268
Текущая Версия 1.1.0
Последнее Обновление 2021-10-25
Дата публикации 2021-10-25
Рейтинг 4.00/5 Всего 4 оценок
Разработчик joseguilhermefmoura
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
URL страницы помощи https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Поддерживаемые языки pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fix Youtube Date Bug",
    "version": "1.1.0",
    "description": "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com\/joseguilherme-dev\/Fix-Youtube-Date-Bug",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}