Hulu Click to Play

Play and pause your show by clicking on the video window itself.

Wat is Hulu Click to Play?

Hulu Click to Play is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Play and pause your show by clicking on the video window itself.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hulu Click to Play

Download Hulu Click to Play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension lets you click the Hulu video player to play and pause the video.                    

Basisinformatie over de Extensie

Naam Hulu Click to Play Hulu Click to Play
ID fpliblacnmibnbjmeeignknploeajhdi
Officiële URL https://chromewebstore.google.com/detail/hulu-click-to-play/fpliblacnmibnbjmeeignknploeajhdi
Beschrijving Play and pause your show by clicking on the video window itself.
Bestandsgrootte 6.19 KB
Aantal Installaties 52
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-01-16
Publicatiedatum 2019-01-15
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/BobbyMcWho/hulu-click-to-play
Ondersteunde Talen 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"
            ]
        }
    ]
}