Streaming Party
Sync prime, hotstar and netflix videos with friends
O que é Streaming Party?
Streaming Party é uma extensão do Chrome desenvolvida por https://streaming-party-007.herokuapp.com, e sua principal característica é "Sync prime, hotstar and netflix videos with friends".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Streaming Party
Baixe arquivos de extensão Streaming Party no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Now sync your favourite tv-shows and movies from platforms like Netflix, Amazon Prime Video, Youtube etc. with family and friends for free! 5 easy steps for a synchronized viewing experience 1. Choose any video on the supported platform 2. Launch the extension and create a room 3. Share the room name 4. Ask friends or family to open the same video and join the room 5. Enjoy!
Informações Básicas da Extensão
Nome | |
ID | lbecgceillbkdjaodjngcigomgfdimgk |
URL Oficial | https://chrome.google.com/webstore/detail/streaming-party/lbecgceillbkdjaodjngcigomgfdimgk |
Descrição | Sync prime, hotstar and netflix videos with friends |
Tamanho do Arquivo | 287 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.4 |
Última Atualização | 2020-10-01 |
Data de Publicação | 2020-06-03 |
Classificação | 1.00/5 Total de 7 Avaliações |
Desenvolvedor | https://streaming-party-007.herokuapp.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://streaming-party-007.herokuapp.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streaming Party", "version": "1.0.4", "description": "Sync prime, hotstar and netflix videos with friends", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "page": "index.html#\/event-page" }, "content_scripts": [ { "matches": [ "https:\/\/*.primevideo.com\/*" ], "js": [ "content-script\/content-prime.js" ] }, { "matches": [ "https:\/\/*.hotstar.com\/*" ], "js": [ "content-script\/content-hotstar.js" ] }, { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "content-script\/content-netflix.js" ] }, { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-script\/content-youtube.js" ] } ], "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "Open popup!", "default_popup": "index.html#\/popup" }, "content_security_policy": "script-src 'self' https:\/\/streaming-party-007.herokuapp.com\/ https:\/\/www.googletagmanager.com\/ https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |