Prime Party
Watch or Join Amazon Prime Party Together with friends
What is Prime Party?
Prime Party is a Chrome extension developed by Watch Party, and its main feature is "Watch or Join Amazon Prime Party Together with friends".
Extension Screenshots
Download Prime Party Extension CRX File
Download Prime Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Follow the below steps to activate Prime Party >>Install the Extension then visit Prime video website >>Play any video then click on the extension icon >>You will get an option to create prime party >>Copy and share the URL with friends and they will be able to join your party >>Chat and watch along with your friends.
Extension Basic Information
Name | Prime Party |
ID | kghegibponmiflnifgdcgjbmkbjpibhc |
Official URL | https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc |
Description | Watch or Join Amazon Prime Party Together with friends |
File Size | 107 KB |
Installation Count | 1,007 |
Current Version | 0.2.0 |
Last Updated | 2020-09-09 |
Publish Date | 2020-09-09 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Watch Party |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://netflixpartyplus.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prime Party", "version": "0.2.0", "description": "Watch or Join Amazon Prime Party Together with friends", "manifest_version": 2, "permissions": [ "storage", "activeTab", "declarativeContent", "https:\/\/*\/*", "tabs", "clipboardWrite" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |