Papaya - Watch torrents without client
Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.
Papaya - Watch torrents without client là gì?
Papaya - Watch torrents without client là một tiện ích mở rộng Chrome được phát triển bởi https://papayaplayer.com, và tính năng chính của nó là "Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Papaya - Watch torrents without client
Tải xuống các tệp mở rộng Papaya - Watch torrents without client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Смотри торренты без клиента! Больше не нужен клиент! Смотри торренты прямо в вебе. Открывай magnet-ссылки или скачанные torrent-файлы в браузере и тогда видео запустится в соседней вкладке в плеере проекта Papaya player.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Papaya - Watch torrents without client |
ID | hemcpfmlnfopidojjbmenagdcccokhoi |
URL Chính Thức | https://chromewebstore.google.com/detail/papaya-watch-torrents-wit/hemcpfmlnfopidojjbmenagdcccokhoi |
Mô tả | Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 555 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-09-28 |
Ngày Phát Hành | 2021-09-28 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://papayaplayer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://papayaplayer.com/ |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "inject.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "favicon-32x32.png" }, "icons": { "128": "chrome-ext-128x128.png" }, "permissions": [ "downloads", "file:\/\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/papayaplayer.com https:\/\/*.papayaplayer.com http:\/\/localhost:8080 https:\/\/localhost:8080 'unsafe-eval'; object-src 'self'; connect-src 'self' file:\/\/* http:\/\/* https:\/\/* https:\/\/papayaplayer.com https:\/\/*.papayaplayer.com https:\/\/localhost:8080 wss:\/\/localhost:8080 wss:\/\/*.papayaplayer.com" } |