Hulu Click to Play
Play and pause your show by clicking on the video window itself.
What is Hulu Click to Play?
Hulu Click to Play is a Chrome extension developed by Unknown, and its main feature is "Play and pause your show by clicking on the video window itself.".
Extension Screenshots
Download Hulu Click to Play Extension CRX File
Download Hulu Click to Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you click the Hulu video player to play and pause the video.
Extension Basic Information
Name | Hulu Click to Play |
ID | fpliblacnmibnbjmeeignknploeajhdi |
Official URL | https://chromewebstore.google.com/detail/hulu-click-to-play/fpliblacnmibnbjmeeignknploeajhdi |
Description | Play and pause your show by clicking on the video window itself. |
File Size | 6.19 KB |
Installation Count | 52 |
Current Version | 0.1.0 |
Last Updated | 2019-01-16 |
Publish Date | 2019-01-15 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/BobbyMcWho/hulu-click-to-play |
Supported Languages | 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" ] } ] } |