YouTube List View
This extension displays your youtube subscription in the list view.
Что такое YouTube List View?
YouTube List View - это расширение Chrome, разработанное Eddie Wilford, и его основная функция - "This extension displays your youtube subscription in the list view.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube List View
Скачайте файлы расширений YouTube List View в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.
Основная информация о расширении
Название | YouTube List View |
ID | dnfjhgoledkjnacagpncncfipbobepif |
Официальный URL | https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif |
Описание | This extension displays your youtube subscription in the list view. |
Размер файла | 36.99 KB |
Количество установок | 430 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2016-06-02 |
Дата публикации | 2016-06-01 |
Рейтинг | 4.23/5 Всего 52 оценок |
Разработчик | Eddie Wilford |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube List View", "description": "This extension displays your youtube subscription in the list view.", "version": "1.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "contentscript.js" ], "matches": [ "http:\/\/www.youtube.com\/feed\/subscriptions*", "https:\/\/www.youtube.com\/feed\/subscriptions*" ] } ] } |