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.

什么是DailyMotion Pause Overlay Remover?

DailyMotion Pause Overlay Remover是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.”。

扩展截图

screenshot

下载DailyMotion Pause Overlay Remover扩展crx文件

下载DailyMotion Pause Overlay Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
官方URL https://chromewebstore.google.com/detail/dailymotion-pause-overlay/ilhfpkibdpidcfjkpagmgdochdhkkacc
简介 Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.
文件大小 13.9 KB
安装次数 144
当前版本 1.0
更新时间 2017-10-28
上架时间 2017-10-28
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 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"
}