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.

What is DailyMotion Pause Overlay Remover?

DailyMotion Pause Overlay Remover is a Chrome extension developed by Unknown, and its main feature is "Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.".

Extension Screenshots

screenshot

Download DailyMotion Pause Overlay Remover Extension CRX File

Download DailyMotion Pause Overlay Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
Official URL https://chromewebstore.google.com/detail/dailymotion-pause-overlay/ilhfpkibdpidcfjkpagmgdochdhkkacc
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.
File Size 13.9 KB
Installation Count 144
Current Version 1.0
Last Updated 2017-10-28
Publish Date 2017-10-28
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
}