Hulu Click to Play

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

Qu'est-ce que Hulu Click to Play ?

Hulu Click to Play est une extension Chrome développée par Unknown, et sa fonction principale est "Play and pause your show by clicking on the video window itself.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hulu Click to Play

Téléchargez les fichiers d'extension Hulu Click to Play au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hulu Click to Play Hulu Click to Play
ID fpliblacnmibnbjmeeignknploeajhdi
URL Officiel https://chromewebstore.google.com/detail/hulu-click-to-play/fpliblacnmibnbjmeeignknploeajhdi
Description Play and pause your show by clicking on the video window itself.
Taille du Fichier 6.19 KB
Nombre d'Installations 52
Version Actuelle 0.1.0
Dernière Mise à Jour 2019-01-16
Date de Publication 2019-01-15
Évaluation 1.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/BobbyMcWho/hulu-click-to-play
Langues Prises en Charge 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"
            ]
        }
    ]
}