Hover Play

Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…

Hover Playคืออะไร?

Hover Play เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hover Play

ดาวน์โหลดไฟล์ส่วนขยาย Hover Play ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook.

Avoid having to click through to live streams/ videos to see what they're showing. Instead just hover over them to get a player in the bottom right of your screen. Many more sites coming soon.

If you only want Hover Play to run on certain sites, you can easily change it in the extension options. Just right click on the extension icon, the click the 'Options' button.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hover Play Hover Play
ID dnmbfaacpfllgeejebipebofdhndnnma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hover-play/dnmbfaacpfllgeejebipebofdhndnnma
คำอธิบาย Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…
ขนาดไฟล์ 732 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2019-09-25
วันที่เผยแพร่ 2019-09-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hover Play",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.twitch.tv\/*",
        "storage"
    ]
}