Streaming Party
Sync prime, hotstar and netflix videos with friends
Streaming Party क्या है?
Streaming Party https://streaming-party-007.herokuapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync prime, hotstar and netflix videos with friends"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Streaming Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lbecgceillbkdjaodjngcigomgfdimgk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/streaming-party/lbecgceillbkdjaodjngcigomgfdimgk |
विवरण | Sync prime, hotstar and netflix videos with friends |
फ़ाइल का आकार | 287 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2020-10-01 |
प्रकाशन तिथि | 2020-06-03 |
रेटिंग | 1.00/5 कुल 7 रेटिंग्स |
डेवलपर | https://streaming-party-007.herokuapp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://streaming-party-007.herokuapp.com/ |
समर्थित भाषाएँ | 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" } } |