Samesurf Screen Sharing

Samesurf webrtc screensharing extension.

Samesurf Screen Sharingคืออะไร?

Samesurf Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://samesurf.com และคุณลักษณะหลักของมันคือ "Samesurf webrtc screensharing extension."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Samesurf Screen Sharing

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

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

                        extension to enable webrtc sharing                    

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

ชื่อ Samesurf Screen Sharing Samesurf Screen Sharing
ID ejgjbfaglnbijjdngceoldepidphcbab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/samesurf-screen-sharing/ejgjbfaglnbijjdngceoldepidphcbab
คำอธิบาย Samesurf webrtc screensharing extension.
ขนาดไฟล์ 19.49 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2019-07-09
วันที่เผยแพร่ 2019-07-08
ผู้พัฒนา https://samesurf.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Samesurf Screen Sharing",
    "author": "Samesurf",
    "version": "1.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Samesurf webrtc screensharing extension.",
    "homepage_url": "http:\/\/www.samesurf.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.samesurf.com\/*",
        "https:\/\/*.samesurf.com\/*",
        "http:\/\/*.samesurfer.com\/*",
        "https:\/\/*.samesurfer.com\/*",
        "http:\/\/*.ibonfire.com\/*",
        "https:\/\/*.ibonfire.com\/*",
        "http:\/\/*.actualworlds.com\/*",
        "https:\/\/*.actualworlds.com\/*",
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}