YouTube Tags

The extension to view the tags of any YouTube video

Что такое YouTube Tags?

YouTube Tags - это расширение Chrome, разработанное Ali Gasymov, и его основная функция - "The extension to view the tags of any YouTube video".

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

screenshot
screenshot

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

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

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

                        Browse the tags of any YouTube video with the YouTube Tags. Use your browser as before, because the extension for viewing tags from YouTube video does not affect its performance.

Note: don't forget to reload the YouTube page after installing the extension.                    

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

Название YouTube Tags YouTube Tags
ID fffiogeaioiinfekkflcfebaoiohkkgp
Официальный URL https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp
Описание The extension to view the tags of any YouTube video
Размер файла 58.69 KB
Количество установок 79,276
Текущая Версия 7.0.3
Последнее Обновление 2023-10-09
Дата публикации 2020-06-21
Рейтинг 4.58/5 Всего 158 оценок
Разработчик Ali Gasymov
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.gasymov.com/privacy-policy/youtube-tags
Поддерживаемые языки de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "7.0.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "author": "alik0211",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}