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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Papaya - Watch torrents without client扩展crx文件

下载Papaya - Watch torrents without client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Смотри торренты без клиента!

Больше не нужен клиент! Смотри торренты прямо в вебе.
Открывай magnet-ссылки или скачанные torrent-файлы в браузере и тогда видео запустится в соседней вкладке в плеере проекта Papaya player.                    

扩展基本信息

名称 Papaya - Watch torrents without client Papaya - Watch torrents without client
ID hemcpfmlnfopidojjbmenagdcccokhoi
官方URL 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"
}