Hulu Click to Play
Play and pause your show by clicking on the video window itself.
Cos'è Hulu Click to Play?
Hulu Click to Play è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Play and pause your show by clicking on the video window itself.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hulu Click to Play
Scarica i file di estensione Hulu Click to Play in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension lets you click the Hulu video player to play and pause the video.
Informazioni di Base sull'Estensione
Nome | Hulu Click to Play |
ID | fpliblacnmibnbjmeeignknploeajhdi |
URL Ufficiale | https://chromewebstore.google.com/detail/hulu-click-to-play/fpliblacnmibnbjmeeignknploeajhdi |
Descrizione | Play and pause your show by clicking on the video window itself. |
Dimensione del File | 6.19 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-01-16 |
Data di Pubblicazione | 2019-01-15 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/BobbyMcWho/hulu-click-to-play |
Lingue Supportate | 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" ] } ] } |