Youtube Recommend Removal

Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!

Что такое Youtube Recommend Removal?

Youtube Recommend Removal - это расширение Chrome, разработанное vector.mic, и его основная функция - "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".

Скачать файл CRX расширения Youtube Recommend Removal

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

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

                        Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!                    

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

Название Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
Официальный URL https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
Описание Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Размер файла 67.24 KB
Количество установок 1,000
Текущая Версия 1.0.1
Последнее Обновление 2018-06-13
Дата публикации 2018-06-13
Рейтинг 4.79/5 Всего 109 оценок
Разработчик vector.mic
Тип оплаты free
Официальный сайт расширения https://sgweb.vn/
Поддерживаемые языки vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Recommend Removal",
    "version": "1.0.1",
    "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!",
    "manifest_version": 2,
    "icons": {
        "16": "images\/sgw-16x16.png",
        "128": "images\/sgw-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/scripts\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/third-party\/jquery-3.3.1.min.js",
                ".\/scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sgw-50x50-bw.png",
        "images\/sgw-50x50-gray.png"
    ]
}