Papaya - Watch torrents without client

Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.

¿Qué es Papaya - Watch torrents without client?

Papaya - Watch torrents without client es una extensión de Chrome desarrollada por https://papayaplayer.com, y su función principal es "Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Papaya - Watch torrents without client

Descarga archivos de extensión Papaya - Watch torrents without client en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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

Información Básica de la Extensión

Nombre Papaya - Watch torrents without client Papaya - Watch torrents without client
ID hemcpfmlnfopidojjbmenagdcccokhoi
URL Oficial https://chromewebstore.google.com/detail/papaya-watch-torrents-wit/hemcpfmlnfopidojjbmenagdcccokhoi
Descripción Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.
Tamaño del Archivo 102 KB
Cantidad de Instalaciones 555
Versión Actual 0.0.1
Última Actualización 2021-09-28
Fecha de Publicación 2021-09-28
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador https://papayaplayer.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://papayaplayer.com/
Idiomas Soportados 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"
}