Knowlocker Screen Capturing
This WebRTC screen capturing extension can be used within any WebRTC library/application!
什么是Knowlocker Screen Capturing?
Knowlocker Screen Capturing是由https://knowlocker.com开发的Chrome扩展程序,该扩展的主要功能是“This WebRTC screen capturing extension can be used within any WebRTC library/application!”。
扩展截图
下载Knowlocker Screen Capturing扩展crx文件
下载Knowlocker Screen Capturing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Please install this app to use screen sharing and recording functionality for the Knowlocker app. This extension allows Chrome to record and share your screen via the Knowlocker video functionality. You can find out more at https://knowlocker.com
扩展基本信息
名称 | Knowlocker Screen Capturing |
ID | kiapphehiclgceekipjdlokgladdejpm |
官方URL | https://chromewebstore.google.com/detail/knowlocker-screen-capturi/kiapphehiclgceekipjdlokgladdejpm |
简介 | This WebRTC screen capturing extension can be used within any WebRTC library/application! |
文件大小 | 31.4 KB |
安装次数 | 114 |
当前版本 | 1.0.4 |
更新时间 | 2017-11-20 |
上架时间 | 2017-11-20 |
开发者 | https://knowlocker.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://knowlocker.com |
帮助页面URL | https://knowlocker.com |
隐私政策页面URL | https://vidthere.com/privacy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Knowlocker Screen Capturing", "author": "", "version": "1.0.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!", "homepage_url": "https:\/\/www.knowlocker.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/knowlocker.loc\/*", "*:\/\/*.knowlocker.loc\/*", "*:\/\/knowlocker.com\/*", "*:\/\/*.knowlocker.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/knowlocker.loc\/*", "*:\/\/*.knowlocker.loc\/*", "*:\/\/knowlocker.com\/*", "*:\/\/*.knowlocker.com\/*" ] }, "icons": { "16": "icon16.ico", "48": "icon48.png", "128": "icon128.png", "512": "icon512.png" }, "permissions": [ "desktopCapture", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "icon16.ico", "icon48.png", "icon128.png", "icon512.png" ] } |