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?
Papaya - Watch torrents without client是由https://papayaplayer.com開發的Chrome擴展程式,該擴展的主要功能是“Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.”。
擴展截圖
下載Papaya - Watch torrents without client擴展crx文件
下載Papaya - Watch torrents without client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Смотри торренты без клиента! Больше не нужен клиент! Смотри торренты прямо в вебе. Открывай magnet-ссылки или скачанные torrent-файлы в браузере и тогда видео запустится в соседней вкладке в плеере проекта Papaya player.
擴展基本資訊
名稱 | Papaya - Watch torrents without client |
ID | hemcpfmlnfopidojjbmenagdcccokhoi |
官方網址 | https://chromewebstore.google.com/detail/papaya-watch-torrents-wit/hemcpfmlnfopidojjbmenagdcccokhoi |
簡介 | Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device. |
檔案大小 | 102 KB |
安裝次數 | 555 |
目前版本 | 0.0.1 |
更新時間 | 2021-09-28 |
上架時間 | 2021-09-28 |
評分 | 4.20/5 共 5 次評分 |
開發者 | https://papayaplayer.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://papayaplayer.com/ |
支援的語言 | 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" } |