Hulu Easy Pop Out
Makes it easy to open Hulu videos in the Pop Out video player
Hulu Easy Pop Outとは何ですか?
Hulu Easy Pop OutはAdam Courtemancheによって開発されたChromeの拡張機能で、その主な機能は「Makes it easy to open Hulu videos in the Pop Out video player」です。
拡張機能のスクリーンショット
Hulu Easy Pop Out拡張機能のCRXファイルをダウンロード
Hulu Easy Pop Out拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hulu's default player is rather large, and it takes a few too many clicks to get the pop out player window, right? This extension aims to solve this problem by letting you right-click a video's thumbnail to open the popout window immediately. As an added bonus it lets you set the default width and height of the popout. Note: It currently only works with some of the video types on Hulu, including Movies, Movie Trailers, TV Episodes, Clips, and possibly more. I've only tested this in the USA. If you get the popup but the video doesn't load, please check your flash configuration. One of my testers reported that he had to re-enable Chrome's built-in flash plugin. Thanks to the r/picrequests community and LAMcNamaraXVII (lamcnamaraxvii.deviantart.com) for the icon.
拡張機能の基本情報
名前 | Hulu Easy Pop Out |
ID | dmdidacioohghaemnkfhcmpjbmanmfok |
公式URL | https://chromewebstore.google.com/detail/hulu-easy-pop-out/dmdidacioohghaemnkfhcmpjbmanmfok |
説明 | Makes it easy to open Hulu videos in the Pop Out video player |
ファイルサイズ | 62.65 KB |
インストール数 | 4,119 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-03-21 |
公開日 | 2014-03-21 |
評価 | 3.08/5 合計 49 レビュー |
開発者 | Adam Courtemanche |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulu Easy Pop Out", "version": "1.0.2", "manifest_version": 2, "description": "Makes it easy to open Hulu videos in the Pop Out video player", "options_page": "options\/index.html", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "contentscript.js" ], "matches": [ "http:\/\/www.hulu.com\/*" ] } ] } |