Toggle YouTube Comments
Allows you to turn YouTube comments on or off.
Что такое Toggle YouTube Comments?
Toggle YouTube Comments - это расширение Chrome, разработанное outrexian, и его основная функция - "Allows you to turn YouTube comments on or off.".
Снимки экрана расширения
Скачать файл CRX расширения Toggle YouTube Comments
Скачайте файлы расширений Toggle YouTube Comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows you to hide YouTube comments easily. Основная информация о расширении
| Название | |
| ID | jbdobfgfojodildcochemiicdpbppkoh |
| Официальный URL | https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh |
| Описание | Allows you to turn YouTube comments on or off. |
| Размер файла | 36.27 KB |
| Количество установок | 24 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2012-05-12 |
| Дата публикации | 2012-05-12 |
| Рейтинг | 2.00/5 Всего 4 оценок |
| Разработчик | outrexian |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Toggle YouTube Comments",
"version": "1.0",
"manifest_version": 2,
"description": "Allows you to turn YouTube comments on or off.",
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/*"
],
"js": [
"jquery.js",
"script.js"
]
}
],
"permissions": [],
"options_page": "options.html"
} | |