Hotstar Party

Sync and watch Hotstar videos with friends!

什么是Hotstar Party?

Hotstar Party是由https://hotstarparty.com开发的Chrome扩展程序,该扩展的主要功能是“Sync and watch Hotstar videos with friends!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Hotstar Party扩展crx文件

下载Hotstar Party扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"                    

扩展基本信息

名称 Hotstar Party Hotstar Party
ID mpfbkohdhhgacfeehcmplcfggmeeajdg
官方URL https://chromewebstore.google.com/detail/hotstar-party/mpfbkohdhhgacfeehcmplcfggmeeajdg
简介 Sync and watch Hotstar videos with friends!
文件大小 326 KB
安装次数 33,953
当前版本 1.0.1
更新时间 2021-08-16
上架时间 2020-08-06
评分 2.12/5 共65次评分
开发者 https://hotstarparty.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.hotstarparty.com
支持的语言 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
}