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