CTV Screen Recording
CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
Co to jest CTV Screen Recording?
CTV Screen Recording to rozszerzenie Chrome opracowane przez https://click-to-video.com, a jego główną funkcją jest „CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CTV Screen Recording
Pobierz pliki rozszerzeń CTV Screen Recording w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pddpkgmncnhfoocmomfplhdagmilnlji |
| Oficjalny URL | https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji |
| Opis | CTV Screen Recording is used to record entire screen or record any application screen or audio+tab. |
| Rozmiar pliku | 57.47 KB |
| Liczba instalacji | 758 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-05-25 |
| Data Publikacji | 2016-05-25 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | https://click-to-video.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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",
" | |