Focus YouTube: Remove the recommendations

This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…

Что такое Focus YouTube: Remove the recommendations?

Focus YouTube: Remove the recommendations - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…".

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

screenshot

Скачать файл CRX расширения Focus YouTube: Remove the recommendations

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

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

                        This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever opened YouTube with the intention of learning something new and becoming the best you, but found your self 3 hours later watching [insert viral YouTube video genre here] and feeling guilty about it, this is the extension for you. If not or you don't care, you probably shouldn't install this as this extension probably removes decades advanced AI research embedded into YouTube in a fell,.innerHTML = "", swoop.

The source code for this extension can be found: https://github.com/zkry/focus-youtube

This works well with the "Stop Autoplay" extension: https://chrome.google.com/webstore/detail/stop-autoplay-next-for-yo/bhnhbmjfaanopkalgkjoiemhekdnhanh/related?hl=tr                    

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

Название Focus YouTube: Remove the recommendations Focus YouTube: Remove the recommendations
ID ejjfgahdiphopekkdkkkapolodefpenn
Официальный URL https://chromewebstore.google.com/detail/focus-youtube-remove-the/ejjfgahdiphopekkdkkkapolodefpenn
Описание This extension removes parts of YouTube that lead people down the never-ending rabbit hole of recommendations. If you've ever…
Размер файла 47.67 KB
Количество установок 769
Текущая Версия 0.3
Последнее Обновление 2018-08-19
Дата публикации 2018-08-19
Рейтинг 4.91/5 Всего 11 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus YouTube: Remove the recommendations",
    "version": "0.3",
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "Focus - Youtube",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/logo.png"
    },
    "permissions": [
        "*:\/\/youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "thirdParty\/jquery-3.3.1.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}