Loner Hulu
Removes that annoying Refer a Friend button from Hulu pages
Loner Huluとは何ですか?
Loner HuluはKacobJeithによって開発されたChromeの拡張機能で、その主な機能は「Removes that annoying Refer a Friend button from Hulu pages」です。
拡張機能のスクリーンショット
Loner Hulu拡張機能のCRXファイルをダウンロード
Loner Hulu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple Chrome Extension that removes the annoying "Refer a Friend" button from Hulu If you have recently watched Hulu on your computer, you may have experienced a mild annoyance at the giant green "Refer a Friend" button that obscures part of the show you're watching. You could always full-screen the viewer... but sometimes you just don't want to. With the LonerHulu chrome extension, you can binge on your favorite Hulu shows without that giant green button reminding you that your friends are probably doing cooler things than you are right now. ** Disclaimer ** This extension is not affiliated with Hulu.
拡張機能の基本情報
名前 | |
ID | doccdfcideapgphmoflilmpkjndlglfh |
公式URL | https://chrome.google.com/webstore/detail/loner-hulu/doccdfcideapgphmoflilmpkjndlglfh |
説明 | Removes that annoying Refer a Friend button from Hulu pages |
ファイルサイズ | 12.57 KB |
インストール数 | 13 |
現在のバージョン | 1.0 |
最終更新日 | 2017-07-07 |
公開日 | 2017-07-07 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | KacobJeith |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Loner Hulu", "description": "Removes that annoying Refer a Friend button from Hulu pages", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.hulu.com\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "activeTab" ] } |