Popcorn for YouTube and Netflix
Watch YouTube with friends, watch Netflix with friends and watch Disney+ with friends! Sync videos and chat for a watch party.
Popcorn for YouTube and Netflix क्या है?
Popcorn for YouTube and Netflix http://joinpopcorn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch YouTube with friends, watch Netflix with friends and watch Disney+ with friends! Sync videos and chat for a watch party."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Popcorn for YouTube and Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Streaming Made Social DiscussionBar is Now Popcorn. Completely redesigned with amazing new features like floating emojis and a party marquee. Features includes YouTube watch party, Netflix watch party and Disney+ watch party. You'll chat and sync videos with friends for a party like atmosphere. Like having your friends over for movie night. With PopCorn you don't need to pre-plan the watch party. Simply go to YouTube, Netflix or Disney+ and you can see what your friends are watching and join them to watch together. Are you a planner? PopCorn is here for you. You can plan a party to watch with friends and send out or post invites with a link. Schedule days in advance or invite people to join instantly. PopCorn is a full social platform. You control who your friends are and what you share. Streaming made social. Join the fun!!!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aodnjklklbdjdlidmebhhkpealnafege |
आधिकारिक URL | https://chrome.google.com/webstore/detail/popcorn-for-youtube-and-n/aodnjklklbdjdlidmebhhkpealnafege |
विवरण | Watch YouTube with friends, watch Netflix with friends and watch Disney+ with friends! Sync videos and chat for a watch party. |
फ़ाइल का आकार | 7.39 MB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 0.9161 |
अंतिम अपडेट | 2021-03-17 |
प्रकाशन तिथि | 2020-06-18 |
रेटिंग | 4.13/5 कुल 23 रेटिंग्स |
डेवलपर | http://joinpopcorn.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://privacy.discussionbar.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popcorn for YouTube and Netflix", "description": "Watch YouTube with friends, watch Netflix with friends and watch Disney+ with friends! Sync videos and chat for a watch party.", "version": "0.9161", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn71nyLiCMYuft5Op99qq+Lku2B4POWspjlojqME66+EAXXwlsIg4O859CYwH9Hm1abdlI8sO706A6YGm\/0DR1OZZ2U+3lg\/mKepMSi1BaEGHFFhT0PErSl06+mRuqqTGQvxCHrb85HrQQot7NMOO8OzKSf+iRBTWeoc\/9RgUN9II9jJljRL7Ik8ypIfKx488sGuAQFrRAEmtJzEy+IMIXSvir5X3C787OHiJcvn\/65pycpdMM\/UxXNqEKoYZnYRwVelvkOqvvXjhENg0QXtBFmNY4z4\/bNZsivDuXikCFagZ9ppSA233Zn1\/A+\/KgBPUGLyrWR8ADWOyk5M\/6nwL2QIDAQAB", "oauth2": { "client_id": "281219611151-gu7e5srh12g1n4cdrus22p5apdf1lign.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "permissions": [ "activeTab", "identity", "identity.email", "declarativeContent", "storage", "https:\/\/*.aws.found.io\/*", "https:\/\/f7ve8o3vlb.execute-api.us-west-1.amazonaws.com\/*" ], "optional_permissions": [ "https:\/\/*.amazon.com\/gp\/video\/*", "https:\/\/*.disneyplus.com\/*", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Popcorn" }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/*.netflix.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/discussionbar.com\/*" ] } ], "web_accessible_resources": [ "frame.html" ], "manifest_version": 2, "icons": { "128": "icn-popcorn-chrome-128.png", "48": "icn-popcorn-chrome-48.png", "16": "icn-popcorn-chrome-16.png" } } |