YouTube Features — Analytics and Tools
Shows useful information about the video and channel
Что такое YouTube Features — Analytics and Tools?
YouTube Features — Analytics and Tools - это расширение Chrome, разработанное Ali Gasymov, и его основная функция - "Shows useful information about the video and channel".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Features — Analytics and Tools
Скачайте файлы расширений YouTube Features — Analytics and Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
List of features: - Download thumbnail in maximal resolution - View and copy video tags - View and copy channel tags - Registration is not required
Основная информация о расширении
Название | YouTube Features — Analytics and Tools |
ID | jkiedgmdpandlnbobnjcbhfklnpdaflc |
Официальный URL | https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc |
Описание | Shows useful information about the video and channel |
Размер файла | 98.2 KB |
Количество установок | 2,222 |
Текущая Версия | 3.3.2 |
Последнее Обновление | 2023-10-12 |
Дата публикации | 2021-02-23 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Ali Gasymov |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.gasymov.com/privacy-policy/youtube-tags |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Ali Gasymov", "version": "3.3.2", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "downloads", " |