P2P Video Meeting

a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access

P2P Video Meetingคืออะไร?

P2P Video Meeting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chandler.stimson และคุณลักษณะหลักของมันคือ "a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย P2P Video Meeting

ดาวน์โหลดไฟล์ส่วนขยาย P2P Video Meeting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Meeting is a secure peer-to-peer video conferencing extension that does not require registration. It uses WebSocket to initiate communication between different members and then disconnects from this signaling server. All streams are sent over peer-to-peer WebRTC channels. Meeting creates a distributed network that any peer is responsible to provide streams to the other peers. It uses SHA-256 encryption over the WebSocket signaling channel to protect user privacy. Also, it adjusts video qualities that are streamed to the members to optimize bandwidth. Meeting does not have a limit on the number of attendees as fas as the network can handle streams to all peers. You can even have your own signaling server if you want to increase the privacy or use Meeting on a protected or a local network.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ P2P Video Meeting P2P Video Meeting
ID jjmbjdjdiagnfeecgbhomennkkkcjpod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/p2p-video-meeting/jjmbjdjdiagnfeecgbhomennkkkcjpod
คำอธิบาย a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access
ขนาดไฟล์ 94.52 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2022-09-18
วันที่เผยแพร่ 2020-08-31
ผู้พัฒนา chandler.stimson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/meeting.html
URL หน้าช่วยเหลือ https://add0n.com/meeting.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "P2P Video Meeting",
    "description": "a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "homepage_url": "https:\/\/add0n.com\/meeting.html"
}