YTLink
YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.
Что такое YTLink?
YTLink - это расширение Chrome, разработанное https://yt-link.com, и его основная функция - "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.".
Снимки экрана расширения
Скачать файл CRX расширения YTLink
Скачайте файлы расширений YTLink в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simplify your YouTube channel subscriptions and stay up-to-date with your favorite content creators effortlessly. With YTLink, you can enjoy a streamlined experience for tracking and accessing new videos from your preferred YouTube channels.
Основная информация о расширении
Название | YTLink |
ID | doejjpejflaoklbclgimmgbkdpakogcb |
Официальный URL | https://chromewebstore.google.com/detail/ytlink/doejjpejflaoklbclgimmgbkdpakogcb |
Описание | YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts. |
Размер файла | 277 KB |
Количество установок | 17 |
Текущая Версия | 3.1 |
Последнее Обновление | 2023-09-27 |
Дата публикации | 2020-01-19 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://yt-link.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://yt-link.com |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "service_worker": ".\/scripts\/listener.js" }, "action": { "default_icon": ".\/media\/Logos\/logo.png", "default_popup": "index.html" }, "content_scripts": [ { "js": [ ".\/scripts\/videoModal.js", ".\/scripts\/jquery-3.3.1.min.js" ], "matches": [ "https:\/\/yt-link.com\/*", "https:\/\/twitter.com\/*", "https:\/\/www.reddit.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/web.whatsapp.com\/*" ] } ], "description": "YTLink is a must-have Chrome Browser Extension for YouTube enthusiasts.", "icons": { "128": ".\/Media\/Logos\/icon128.png", "16": ".\/Media\/Logos\/icon16.png", "48": ".\/Media\/Logos\/icon48.png" }, "manifest_version": 3, "name": "YTLink", "host_permissions": [ "https:\/\/ajax.googleapis.com\/" ], "permissions": [ "activeTab", "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1" } |