Papaya - Watch torrents without client
Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.
Cos'è Papaya - Watch torrents without client?
Papaya - Watch torrents without client è un'estensione di Chrome sviluppata da https://papayaplayer.com, e la sua funzione principale è "Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Papaya - Watch torrents without client
Scarica i file di estensione Papaya - Watch torrents without client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Смотри торренты без клиента! Больше не нужен клиент! Смотри торренты прямо в вебе. Открывай magnet-ссылки или скачанные torrent-файлы в браузере и тогда видео запустится в соседней вкладке в плеере проекта Papaya player.
Informazioni di Base sull'Estensione
Nome | Papaya - Watch torrents without client |
ID | hemcpfmlnfopidojjbmenagdcccokhoi |
URL Ufficiale | https://chromewebstore.google.com/detail/papaya-watch-torrents-wit/hemcpfmlnfopidojjbmenagdcccokhoi |
Descrizione | Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 555 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-09-28 |
Data di Pubblicazione | 2021-09-28 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://papayaplayer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://papayaplayer.com/ |
Lingue Supportate | 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" } |