Hotstar Party
Sync and watch Hotstar videos with friends!
Hotstar Party là gì?
Hotstar Party là một tiện ích mở rộng Chrome được phát triển bởi https://hotstarparty.com, và tính năng chính của nó là "Sync and watch Hotstar videos with friends!".
Ả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 Hotstar Party
Tải xuống các tệp mở rộng Hotstar Party 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
With Hotstar Party, you can now remotely watch movies, TV shows, LIVE sports, etc. available on Hotstar in sync with your friends and loved ones as well as chat with them at the same time. Features that make Hotstar Party special - Easy to create or join the video party - Personalised experience with Username and custom Avatar - Integrated chat that works seamlessly in full screen as well Please try the following if the extension is not generating the URL: - Right Click on the HotstarParty extension -> Manage Extensions -> Enable/Turn On the "Allow access to file URLs"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hotstar Party |
ID | mpfbkohdhhgacfeehcmplcfggmeeajdg |
URL Chính Thức | https://chromewebstore.google.com/detail/hotstar-party/mpfbkohdhhgacfeehcmplcfggmeeajdg |
Mô tả | Sync and watch Hotstar videos with friends! |
Kích Thước Tệp | 326 KB |
Số Lần Cài Đặt | 33,953 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-08-16 |
Ngày Phát Hành | 2020-08-06 |
Đánh Giá | 2.12/5 Tổng số 65 Đánh Giá |
Nhà Phát Triển | https://hotstarparty.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.hotstarparty.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hotstar Party", "version": "1.0.1", "description": "Sync and watch Hotstar videos with friends!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/www.hotstar.com\/*" ], "js": [ "content_script.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ "images\/avatars\/*.png" ], "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "incognito": "split", "manifest_version": 2 } |