Prime Party
Watch or Join Amazon Prime Party Together with friends
Vad är Prime Party?
Prime Party är en Chrome-tillägg utvecklad av Watch Party, och dess huvudfunktion är "Watch or Join Amazon Prime Party Together with friends".
Tilläggsskärmbilder
Ladda ner Prime Party-förlängningens CRX-fil
Ladda ner Prime Party-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Prime Party |
ID | kghegibponmiflnifgdcgjbmkbjpibhc |
Officiell webbadress | https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc |
Beskrivning | Watch or Join Amazon Prime Party Together with friends |
Filstorlek | 107 KB |
Antal Installationer | 1,007 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2020-09-09 |
Publiceringsdatum | 2020-09-09 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | Watch Party |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://netflixpartyplus.com/privacy-policy |
Stödda Språk | 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'" } |