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.

Co to jest DailyMotion Pause Overlay Remover?

DailyMotion Pause Overlay Remover to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DailyMotion Pause Overlay Remover

Pobierz pliki rozszerzeń DailyMotion Pause Overlay Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
Oficjalny URL https://chromewebstore.google.com/detail/dailymotion-pause-overlay/ilhfpkibdpidcfjkpagmgdochdhkkacc
Opis Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.
Rozmiar pliku 13.9 KB
Liczba instalacji 144
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-10-28
Data Publikacji 2017-10-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
}