Disable YouTube Shorts ON OFF
Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
Что такое Disable YouTube Shorts ON OFF?
Disable YouTube Shorts ON OFF - это расширение Chrome, разработанное Youtube Short ON OFF, и его основная функция - "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos".
Снимки экрана расширения
Скачать файл CRX расширения Disable YouTube Shorts ON OFF
Скачайте файлы расширений Disable YouTube Shorts ON OFF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
YouTube Shorts ON OFF Removes all Shorts from YouTube The YouTube shorts video should be played just like any other video. Playing YouTube Shorts videos on a standard Video is possible using an extension. YouTube Shorts ON OFF YouTube Shorts to Standard Videos YouTube Shorts ON OFF is now enabled by default
Основная информация о расширении
Название | Disable YouTube Shorts ON OFF |
ID | pkiligjbdajidpjlikchpofgfjhgecdp |
Официальный URL | https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp |
Описание | Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos |
Размер файла | 66.11 KB |
Количество установок | 42 |
Текущая Версия | 3.0.2 |
Последнее Обновление | 2024-01-10 |
Дата публикации | 2023-11-21 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Youtube Short ON OFF |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "3.0.2", "default_locale": "en_US", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "icon-128.png" }, "action": { "default_icon": "icon-128.png", "default_title": "Disable YouTube Shorts ON OFF" }, "commands": { "_execute_action": { "description": "Switch to normal video URL", "suggested_key": { "default": "Alt+V" } } }, "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "permissions": [ "tabs", "storage" ], "short_name": "Youtube Shorts" } |