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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
            ]
        }
    ]
}