Prime Party
Watch or Join Amazon Prime Party Together with friends
Что такое Prime Party?
Prime Party - это расширение Chrome, разработанное Watch Party, и его основная функция - "Watch or Join Amazon Prime Party Together with friends".
Снимки экрана расширения
Скачать файл CRX расширения Prime Party
Скачайте файлы расширений Prime Party в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Prime Party |
ID | kghegibponmiflnifgdcgjbmkbjpibhc |
Официальный URL | https://chromewebstore.google.com/detail/prime-party/kghegibponmiflnifgdcgjbmkbjpibhc |
Описание | Watch or Join Amazon Prime Party Together with friends |
Размер файла | 107 KB |
Количество установок | 1,007 |
Текущая Версия | 0.2.0 |
Последнее Обновление | 2020-09-09 |
Дата публикации | 2020-09-09 |
Рейтинг | 1.00/5 Всего 2 оценок |
Разработчик | Watch Party |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://netflixpartyplus.com/privacy-policy |
Поддерживаемые языки | 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'" } |