Hotstar Party
Watch Hotstar remotely with friends
Co to jest Hotstar Party?
Hotstar Party to rozszerzenie Chrome opracowane przez Aman Agrawal, a jego główną funkcją jest „Watch Hotstar remotely with friends”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hotstar Party
Pobierz pliki rozszerzeń Hotstar Party w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A chrome extension to watch Hotstar in sync with friends while chatting Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | olmhpmmnnndoibgepihekkkjbohmfpdo |
| Oficjalny URL | https://chromewebstore.google.com/detail/hotstar-party/olmhpmmnnndoibgepihekkkjbohmfpdo |
| Opis | Watch Hotstar remotely with friends |
| Rozmiar pliku | 140 KB |
| Liczba instalacji | 629 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2020-08-10 |
| Data Publikacji | 2020-08-10 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | Aman Agrawal |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |