Netflix Party
Install Netflix Party Plus Chrome extension to watch along with your friends
Netflix Party क्या है?
Netflix Party https://netflixwatchparty.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install Netflix Party Plus Chrome extension to watch along with your friends"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How to Start Netflix Party >>Install Netflix Party chrome extension. >>Open any Netflix video >>Click on the extension icon and Start the Party >>Share the Party link with your friends and ask them to join >>Now watch along with your friends or family Netflix Party Features >>Sync: Click on sync button to match your video timings with all the other party members >>Live Tracking: Get to know the real time video duration of every person in the party >>Profile & Chat: Change your name and avatar to chat with your friends all the time. We are making improvements to our backend, which may lead to occasional interruptions. We appreciate your patience and understanding. Version 2.2.6 changes >>all bugs fixed Version 2.2.5 changes >> chatting Bug Fixes >> Run on other video platform also Version 2.2.2 changes >> Bug Fixes >> Added support for multi streaming sites >> Prime video, Disney plus coming soon
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mmnbenehknklpbendgmgngeaignppnbe |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-party/mmnbenehknklpbendgmgngeaignppnbe |
विवरण | Install Netflix Party Plus Chrome extension to watch along with your friends |
फ़ाइल का आकार | 204 KB |
स्थापना संख्या | 652,147 |
वर्तमान संस्करण | 3.2.0 |
अंतिम अपडेट | 2023-12-22 |
प्रकाशन तिथि | 2020-06-29 |
रेटिंग | 4.13/5 कुल 358 रेटिंग्स |
डेवलपर | https://netflixwatchparty.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://bingewatchparty.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "Install Netflix Party Plus Chrome extension to watch along with your friends", "version": "3.2.0", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "32.png", "default_title": "__MSG_extName__", "default_popup": "" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webRequest", "webRequestBlocking" ], "content_scripts": [ { "js": [ "content_script.js" ], "css": [ "common.css" ], "run_at": "document_end", "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "16.png", "32": "32.png", "128": "128.png" }, "web_accessible_resources": [ "img\/*" ] } |