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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
}