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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…”。

扩展截图

screenshot
screenshot
screenshot

下载Hover Play扩展crx文件

下载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"
    ]
}