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.

Vad är DailyMotion Pause Overlay Remover?

DailyMotion Pause Overlay Remover är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.".

Tilläggsskärmbilder

screenshot

Ladda ner DailyMotion Pause Overlay Remover-förlängningens CRX-fil

Ladda ner DailyMotion Pause Overlay Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
Officiell webbadress https://chromewebstore.google.com/detail/dailymotion-pause-overlay/ilhfpkibdpidcfjkpagmgdochdhkkacc
Beskrivning Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.
Filstorlek 13.9 KB
Antal Installationer 144
Aktuell Version 1.0
Senast Uppdaterad 2017-10-28
Publiceringsdatum 2017-10-28
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
}