Youtube Shorts Plus
Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Что такое Youtube Shorts Plus?
Youtube Shorts Plus - это расширение Chrome, разработанное ochengh, и его основная функция - "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".
Снимки экрана расширения
Скачать файл CRX расширения Youtube Shorts Plus
Скачайте файлы расширений Youtube Shorts Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can hide/show/change to video mode for all the Shorts on Youtube
Основная информация о расширении
Название | Youtube Shorts Plus |
ID | pfhceooeilmbnpglhjbaoiapbljoecaa |
Официальный URL | https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa |
Описание | Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube |
Размер файла | 65.33 KB |
Количество установок | 76 |
Текущая Версия | 2.0 |
Последнее Обновление | 2023-02-22 |
Дата публикации | 2023-02-17 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | ochengh |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "manifest_version": 3, "name": "Youtube Shorts Plus", "version": "2.0", "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/third\/jquery.min.js", "blocker.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" }, "action": { "default_popup": "\/popup\/popup.html", "default_icon": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" } }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |