YouTube Upload Time

Know exactly when a video was uploaded.

Что такое YouTube Upload Time?

YouTube Upload Time - это расширение Chrome, разработанное Beren, и его основная функция - "Know exactly when a video was uploaded.".

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

screenshot

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

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

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

                        Ever asked yourself exactly when a video was uploaded? Do you want to know more about YouTube and its history? Do you spend lots of time watching videos? 
If the answer to any of those questions is yes, you should consider installing YouTube Upload Time.

This extension uses the Google API to know exactly when any video was uploaded. When you are watching, simply click on the extension's icon and the exact time and date will be displayed to you.

Privacy policy: https://legal.beren.dev/youtube.html                    

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

Название YouTube Upload Time YouTube Upload Time
ID nenoecmaibjcahoahnmeinahlapheblg
Официальный URL https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg
Описание Know exactly when a video was uploaded.
Размер файла 148 KB
Количество установок 34,980
Текущая Версия 1.3
Последнее Обновление 2022-10-10
Дата публикации 2020-09-27
Рейтинг 4.43/5 Всего 35 оценок
Разработчик Beren
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Upload Time",
    "version": "1.3",
    "description": "Know exactly when a video was uploaded.",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/youdate.beren.dev\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/youdate_16.png",
            "32": "images\/youdate_32.png",
            "48": "images\/youdate_48.png",
            "128": "images\/youdate_128.png"
        }
    },
    "icons": {
        "16": "images\/youdate_16.png",
        "32": "images\/youdate_32.png",
        "48": "images\/youdate_48.png",
        "128": "images\/youdate_128.png"
    },
    "manifest_version": 3
}