Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
Что такое Youtube - Noise Control?
Youtube - Noise Control - это расширение Chrome, разработанное Anders Moberg, и его основная функция - "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…".
Скачать файл CRX расширения Youtube - Noise Control
Скачайте файлы расширений Youtube - Noise Control в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.                     Основная информация о расширении
| Название |   |  
| ID | kibcpalpaedgigdjphcplmeligepkiem | 
| Официальный URL | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem | 
| Описание | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… | 
| Размер файла | 3.3 KB | 
| Количество установок | 51 | 
| Текущая Версия | 0.11 | 
| Последнее Обновление | 2016-12-14 | 
| Дата публикации | 2016-12-14 | 
| Рейтинг | 5.00/5 Всего 4 оценок | 
| Разработчик | Anders Moberg | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://a-moberg.com/ | 
| URL страницы помощи | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube - Noise Control",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}  |  |