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"
}