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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}