Hotstar Party
Watch Hotstar remotely with friends
Qu'est-ce que Hotstar Party ?
Hotstar Party est une extension Chrome développée par Aman Agrawal, et sa fonction principale est "Watch Hotstar remotely with friends".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hotstar Party
Téléchargez les fichiers d'extension Hotstar Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A chrome extension to watch Hotstar in sync with friends while chatting
Informations de Base sur l'Extension
Nom | Hotstar Party |
ID | olmhpmmnnndoibgepihekkkjbohmfpdo |
URL Officiel | https://chromewebstore.google.com/detail/hotstar-party/olmhpmmnnndoibgepihekkkjbohmfpdo |
Description | Watch Hotstar remotely with friends |
Taille du Fichier | 140 KB |
Nombre d'Installations | 629 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-08-10 |
Date de Publication | 2020-08-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Aman Agrawal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |