YouTube standard/TV switcher
This extension allows to switch between desktop/TV versions of the YouTube platform
Что такое YouTube standard/TV switcher?
YouTube standard/TV switcher - это расширение Chrome, разработанное fori920, и его основная функция - "This extension allows to switch between desktop/TV versions of the YouTube platform".
Снимки экрана расширения
Скачать файл CRX расширения YouTube standard/TV switcher
Скачайте файлы расширений YouTube standard/TV switcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows users to easily switch on a currently watching video between the desktop and the TV interface from YouTube. - The badge indicates whether which YouTube version you are using. - Preserves currently watching videos between switches. New features will come soon. THIS IS AN ALPHA RELEASE. USE AT YOUR OWN RISK.
Основная информация о расширении
Название | |
ID | dddjfhipdjphgemiejifpdhlbmdlpoao |
Официальный URL | https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao |
Описание | This extension allows to switch between desktop/TV versions of the YouTube platform |
Размер файла | 39.32 KB |
Количество установок | 796 |
Текущая Версия | 0.0.2-alpha |
Последнее Обновление | 2016-07-01 |
Дата публикации | 2016-07-01 |
Рейтинг | 3.50/5 Всего 4 оценок |
Разработчик | fori920 |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube standard\/TV switcher", "description": "This extension allows to switch between desktop\/TV versions of the YouTube platform", "version": "0.0.2", "version_name": "0.0.2-alpha", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "switcher.js" ] }, "permissions": [ "activeTab" ] } |