Hulu Click to Play
Play and pause your show by clicking on the video window itself.
什么是Hulu Click to Play?
Hulu Click to Play是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Play and pause your show by clicking on the video window itself.”。
扩展截图
下载Hulu Click to Play扩展crx文件
下载Hulu Click to Play扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension lets you click the Hulu video player to play and pause the video.
扩展基本信息
名称 | Hulu Click to Play |
ID | fpliblacnmibnbjmeeignknploeajhdi |
官方URL | https://chromewebstore.google.com/detail/hulu-click-to-play/fpliblacnmibnbjmeeignknploeajhdi |
简介 | Play and pause your show by clicking on the video window itself. |
文件大小 | 6.19 KB |
安装次数 | 52 |
当前版本 | 0.1.0 |
更新时间 | 2019-01-16 |
上架时间 | 2019-01-15 |
评分 | 1.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/BobbyMcWho/hulu-click-to-play |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hulu Click to Play", "version": "0.1.0", "description": "Play and pause your show by clicking on the video window itself.", "permissions": [ "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.hulu.com\/*" ], "js": [ "js\/hulu.js" ] } ] } |