Hide my Youtube
One click hides all the text and thumbnails on Youtube. Another click brings it all back.
Что такое Hide my Youtube?
Hide my Youtube - это расширение Chrome, разработанное excogito, и его основная функция - "One click hides all the text and thumbnails on Youtube. Another click brings it all back.".
Снимки экрана расширения
Скачать файл CRX расширения Hide my Youtube
Скачайте файлы расширений Hide my Youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
One click on the extension's icon hides all the text and thumbnails on Youtube. Another click brings it all back. - Want to see the highlights for that game you missed, without spoiling the score first? - Want to keep some privacy when someone's right over your shoulder? - Want to watch just one video, without spiraling down the youtube hole?
Основная информация о расширении
Название | Hide my Youtube |
ID | nbbgdnddemllmhllcnojhfkanmagnecg |
Официальный URL | https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg |
Описание | One click hides all the text and thumbnails on Youtube. Another click brings it all back. |
Размер файла | 19.96 KB |
Количество установок | 70 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2018-10-27 |
Дата публикации | 2018-10-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | excogito |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Unspoiled Youtube" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/content-script.js" ] } ] } |