Hotstar Party
Watch Hotstar remotely with friends
Hotstar Partyとは何ですか?
Hotstar PartyはAman Agrawalによって開発されたChromeの拡張機能で、その主な機能は「Watch Hotstar remotely with friends」です。
拡張機能のスクリーンショット
Hotstar Party拡張機能のCRXファイルをダウンロード
Hotstar Party拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension to watch Hotstar in sync with friends while chatting 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |