YouTube Distraction Remover

Remove the feed and sidebar on YouTube to free up your time

Что такое YouTube Distraction Remover?

YouTube Distraction Remover - это расширение Chrome, разработанное Will S, и его основная функция - "Remove the feed and sidebar on YouTube to free up your time".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения YouTube Distraction Remover

Скачайте файлы расширений YouTube Distraction Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
Официальный URL https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
Описание Remove the feed and sidebar on YouTube to free up your time
Размер файла 44.21 KB
Количество установок 706
Текущая Версия 0.2
Последнее Обновление 2016-10-14
Дата публикации 2016-10-14
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Will S
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Remover",
    "description": "Remove the feed and sidebar on YouTube to free up your time",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}