CTV Screen Recording

CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.

ما هو CTV Screen Recording؟

CTV Screen Recording هو إضافة Chrome تم تطويرها بواسطة https://click-to-video.com، والميزة الرئيسية لها هي "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CTV Screen Recording

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

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

                                            

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

الاسم CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
عنوان URL الرسمي https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
الوصف CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
حجم الملف 57.47 KB
عدد التثبيتات 758
النسخة الحالية 1.1
آخر تحديث 2016-05-25
تاريخ النشر 2016-05-25
تقييم 4.00/5 مجموع تقييمات 1
المطور https://click-to-video.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Recording",
    "short_name": "CTVRecord",
    "author": "Netstairs",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "CTV Screen Recording"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}