YouTube Comment Hide / Toggle
Hides and toggles youtube comments
Что такое YouTube Comment Hide / Toggle?
YouTube Comment Hide / Toggle - это расширение Chrome, разработанное Carl, и его основная функция - "Hides and toggles youtube comments".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Comment Hide / Toggle
Скачайте файлы расширений YouTube Comment Hide / Toggle в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Minimal extension to hide youtube comments. Comments can then be toggled on and off using additional button under video details. Does not load or access any external scripts.
Основная информация о расширении
Название | |
ID | cafdkokoidcedliekbmgjcdappkdlojj |
Официальный URL | https://chrome.google.com/webstore/detail/youtube-comment-hide-togg/cafdkokoidcedliekbmgjcdappkdlojj |
Описание | Hides and toggles youtube comments |
Размер файла | 10.26 KB |
Количество установок | 16 |
Текущая Версия | 1.1 |
Последнее Обновление | 2015-12-31 |
Дата публикации | 2015-12-31 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | Carl |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Comment Hide \/ Toggle", "description": "Hides and toggles youtube comments", "version": "1.1", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "toggle.js" ] } ] } |