CTV Screen Recording
CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
Vad är CTV Screen Recording?
CTV Screen Recording är en Chrome-tillägg utvecklad av https://click-to-video.com, och dess huvudfunktion är "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".
Tilläggsskärmbilder
Ladda ner CTV Screen Recording-förlängningens CRX-fil
Ladda ner CTV Screen Recording-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | pddpkgmncnhfoocmomfplhdagmilnlji |
| Officiell webbadress | https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji |
| Beskrivning | CTV Screen Recording is used to record entire screen or record any application screen or audio+tab. |
| Filstorlek | 57.47 KB |
| Antal Installationer | 758 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2016-05-25 |
| Publiceringsdatum | 2016-05-25 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | https://click-to-video.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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",
" | |