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
Eメール [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"
}