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.

Apa itu DailyMotion Pause Overlay Remover?

DailyMotion Pause Overlay Remover adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DailyMotion Pause Overlay Remover

Unduh file ekstensi DailyMotion Pause Overlay Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama DailyMotion Pause Overlay Remover DailyMotion Pause Overlay Remover
ID ilhfpkibdpidcfjkpagmgdochdhkkacc
URL Resmi https://chromewebstore.google.com/detail/dailymotion-pause-overlay/ilhfpkibdpidcfjkpagmgdochdhkkacc
Deskripsi Removes the annoying dark overlay that is displayed when the video is hovered or paused, as well as the play button and video title.
Ukuran File 13.9 KB
Jumlah Instalasi 144
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-10-28
Tanggal Publikasi 2017-10-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
}