Screen Capturing
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Co je Screen Capturing?
Screen Capturing je rozšíření Chrome vyvinuté https://www.brainmeasures.com, a jeho hlavní funkcí je „This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!“.
Stáhnout soubor CRX rozšíření Screen Capturing
Stáhněte si soubory rozšíření Screen Capturing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Brainmeasures Screen Sharing Základní Informace o Rozšíření
| Název | |
| ID | imajhnndgfbilappeocjbdgemddgiake |
| Oficiální URL | https://chromewebstore.google.com/detail/screen-capturing/imajhnndgfbilappeocjbdgemddgiake |
| Popis | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
| Velikost souboru | 10.55 KB |
| Počet instalací | 108 |
| Aktuální Verze | 4.1 |
| Poslední Aktualizace | 2018-01-13 |
| Datum Vydání | 2018-01-13 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | https://www.brainmeasures.com |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Capturing",
"author": "Muaz Khan",
"version": "4.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
"homepage_url": "https:\/\/www.brainmeasures.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/www.brainmeasures.com\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |