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.

Qu'est-ce que DailyMotion Pause Overlay Remover ?

DailyMotion Pause Overlay Remover est une extension Chrome développée par Unknown, et sa fonction principale est "Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DailyMotion Pause Overlay Remover

Téléchargez les fichiers d'extension DailyMotion Pause Overlay Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
URL Officiel 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.
Taille du Fichier 13.9 KB
Nombre d'Installations 144
Version Actuelle 1.0
Dernière Mise à Jour 2017-10-28
Date de Publication 2017-10-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
}