Hotstar Party
Watch Hotstar remotely with friends
Cos'è Hotstar Party?
Hotstar Party è un'estensione di Chrome sviluppata da Aman Agrawal, e la sua funzione principale è "Watch Hotstar remotely with friends".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hotstar Party
Scarica i file di estensione Hotstar Party in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A chrome extension to watch Hotstar in sync with friends while chatting Informazioni di Base sull'Estensione
| Nome | |
| ID | olmhpmmnnndoibgepihekkkjbohmfpdo |
| URL Ufficiale | https://chromewebstore.google.com/detail/hotstar-party/olmhpmmnnndoibgepihekkkjbohmfpdo |
| Descrizione | Watch Hotstar remotely with friends |
| Dimensione del File | 140 KB |
| Conteggio Installazioni | 629 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2020-08-10 |
| Data di Pubblicazione | 2020-08-10 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | Aman Agrawal |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |