Hotstar Party
Sync and watch Hotstar videos with friends!
Hotstar Party क्या है?
Hotstar Party https://hotstarparty.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync and watch Hotstar videos with friends!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hotstar Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |