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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://papayaplayer.com และคุณลักษณะหลักของมันคือ "Search for movies and TV shows on popular torrent trackers and watch it without downloading to the device."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Papaya - Watch torrents without client

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}