Block Youtube Annotations

Extension blocks anoying annotations on YouTube.

Что такое Block Youtube Annotations?

Block Youtube Annotations - это расширение Chrome, разработанное menko, и его основная функция - "Extension blocks anoying annotations on YouTube.".

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

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

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

                        Blocks annotations on youtube                    

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

Название Block Youtube Annotations Block Youtube Annotations
ID nheehibdemfjglnfflcgfinhciifpkhc
Официальный URL https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc
Описание Extension blocks anoying annotations on YouTube.
Размер файла 238 KB
Количество установок 213
Текущая Версия 1.0.1
Последнее Обновление 2015-10-17
Дата публикации 2015-10-17
Рейтинг 3.50/5 Всего 8 оценок
Разработчик menko
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "initialize-content.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*",
                "http:\/\/youtube.com\/*"
            ]
        }
    ],
    "description": "Extension blocks anoying annotations on YouTube.",
    "manifest_version": 2,
    "name": "Block Youtube Annotations",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        "inject\/*.js"
    ]
}