Snapcast

Screensharing utility Snapcast

ما هو Snapcast؟

Snapcast هو إضافة Chrome تم تطويرها بواسطة https://www.snapcast.xyz، والميزة الرئيسية لها هي "Screensharing utility Snapcast".

تحميل ملف CRX للإضافة Snapcast

قم بتنزيل ملفات الامتداد Snapcast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Cast your screen in a snap! This extension enables screencasts within the Snapcast app.                    

معلومات أساسية عن التمديد

الاسم Snapcast Snapcast
ID mljllkckippdlghlikjakkhfblngjgcn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn
الوصف Screensharing utility Snapcast
حجم الملف 4.35 KB
عدد التثبيتات 27
النسخة الحالية 0.0.4
آخر تحديث 2015-11-30
تاريخ النشر 2015-11-30
المطور https://www.snapcast.xyz
نوع الدفع free
موقع الإضافة https://www.snapcast.xyz
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapcast",
    "description": "Screensharing utility Snapcast",
    "version": "0.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/icicle-kindling.herokuapp.com\/*",
                "https:\/\/www.snapcast.xyz\/*"
            ],
            "runs_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/icicle-kindling.herokuapp.com\/*",
            "https:\/\/www.snapcast.xyz\/*"
        ]
    }
}