Papaya - Watch torrents without client

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

Wat is Papaya - Watch torrents without client?

Papaya - Watch torrents without client is een Chrome-extensie ontwikkeld door https://papayaplayer.com, en de belangrijkste functie is "Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Papaya - Watch torrents without client

Download Papaya - Watch torrents without client-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Papaya - Watch torrents without client Papaya - Watch torrents without client
ID hemcpfmlnfopidojjbmenagdcccokhoi
Officiële URL https://chromewebstore.google.com/detail/papaya-watch-torrents-wit/hemcpfmlnfopidojjbmenagdcccokhoi
Beschrijving Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.
Bestandsgrootte 102 KB
Aantal Installaties 555
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-09-28
Publicatiedatum 2021-09-28
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://papayaplayer.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://papayaplayer.com/
Ondersteunde Talen 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"
}