Hotstar Party

Watch Hotstar remotely with friends

Hotstar Partyคืออะไร?

Hotstar Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aman Agrawal และคุณลักษณะหลักของมันคือ "Watch Hotstar remotely with friends"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hotstar Party

ดาวน์โหลดไฟล์ส่วนขยาย Hotstar Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A chrome extension to watch Hotstar in sync with friends while chatting                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hotstar Party Hotstar Party
ID olmhpmmnnndoibgepihekkkjbohmfpdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hotstar-party/olmhpmmnnndoibgepihekkkjbohmfpdo
คำอธิบาย Watch Hotstar remotely with friends
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 629
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-08-10
วันที่เผยแพร่ 2020-08-10
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Aman Agrawal
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hotstar.com\/*"
            ],
            "js": [
                "jquery.js",
                "socket.io-client.js",
                "pnglib.js",
                "identicon.js",
                "sha-256.js"
            ]
        }
    ]
}