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 |
官方網址 | 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\/*" ] } ] } |