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.

Hvad er DailyMotion Pause Overlay Remover?

DailyMotion Pause Overlay Remover er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.".

Udvidelsesskærmbilleder

screenshot

Download DailyMotion Pause Overlay Remover-udvidelses-CRX-fil

Download DailyMotion Pause Overlay Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
Officiel URL https://chromewebstore.google.com/detail/dailymotion-pause-overlay/ilhfpkibdpidcfjkpagmgdochdhkkacc
Beskrivelse Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.
Filstørrelse 13.9 KB
Antal Installationer 144
Nuværende Version 1.0
Senest Opdateret 2017-10-28
Udgivelsesdato 2017-10-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
}