Remove Youtube Annotations

Removes annotations from YouTube

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

Remove Youtube Annotations - это расширение Chrome, разработанное joelakuhn, и его основная функция - "Removes annotations from YouTube".

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

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

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

                        Removes annotations from YouTube videos.                    

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

Название Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
Официальный URL https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
Описание Removes annotations from YouTube
Размер файла 8.66 KB
Количество установок 22
Текущая Версия 1.0.0
Последнее Обновление 2017-02-13
Дата публикации 2017-02-13
Рейтинг 5.00/5 Всего 1 оценок
Разработчик joelakuhn
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Youtube Annotations",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Removes annotations from YouTube",
    "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}