DailyMotion Pause Overlay Remover

Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.

Что такое DailyMotion Pause Overlay Remover?

DailyMotion Pause Overlay Remover - это расширение Chrome, разработанное Unknown, и его основная функция - "Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.".

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

screenshot

Скачать файл CRX расширения DailyMotion Pause Overlay Remover

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

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

                                            

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

Название DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
Официальный URL https://chromewebstore.google.com/detail/dailymotion-pause-overlay/ilhfpkibdpidcfjkpagmgdochdhkkacc
Описание Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.
Размер файла 13.9 KB
Количество установок 144
Текущая Версия 1.0
Последнее Обновление 2017-10-28
Дата публикации 2017-10-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DailyMotion Pause Overlay Remover",
    "description": "Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dailymotion.com\/video\/*"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "author": "Bojan Radivojevic"
}