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 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة DailyMotion Pause Overlay Remover

قم بتنزيل ملفات الامتداد DailyMotion Pause Overlay Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
}