Loner Hulu
Removes that annoying Refer a Friend button from Hulu pages
Loner Hulu là gì?
Loner Hulu là một tiện ích mở rộng Chrome được phát triển bởi KacobJeith, và tính năng chính của nó là "Removes that annoying Refer a Friend button from Hulu pages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Loner Hulu
Tải xuống các tệp mở rộng Loner Hulu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | doccdfcideapgphmoflilmpkjndlglfh |
URL Chính Thức | https://chrome.google.com/webstore/detail/loner-hulu/doccdfcideapgphmoflilmpkjndlglfh |
Mô tả | Removes that annoying Refer a Friend button from Hulu pages |
Kích Thước Tệp | 12.57 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-07-07 |
Ngày Phát Hành | 2017-07-07 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | KacobJeith |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |