Awesome Video Recorder
Record your camera, full screen or tabs with audio.
O que é Awesome Video Recorder?
Awesome Video Recorder é uma extensão do Chrome desenvolvida por Ravi Shukla, e sua principal característica é "Record your camera, full screen or tabs with audio.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Awesome Video Recorder
Baixe arquivos de extensão Awesome Video Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Best and free screen recorder for Chrome. Capture and share videos instantly. 🎥 Record ▸ Desktop, browser tab or webcam capture ▸ Narrate with your microphone’s audio ▸ Embed your webcam into the screencast 🚀 Share ▸ Upload Videos to Google Drive ▸ Save and manage videos locally Even you need not to sign up. Everything is free, So what are you waiting for? It’s easy and simple. Just click and install the Awesome Video recorder chrome extension today! 📨 Info / Contact Us: For any feedback/queries, feel free to contact us at [email protected]
Informações Básicas da Extensão
Nome | |
ID | mbdpapbccbmkalhihldlhkghjgghjdom |
URL Oficial | https://chrome.google.com/webstore/detail/awesome-video-recorder/mbdpapbccbmkalhihldlhkghjgghjdom |
Descrição | Record your camera, full screen or tabs with audio. |
Tamanho do Arquivo | 203 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.4 |
Última Atualização | 2020-11-24 |
Data de Publicação | 2020-11-24 |
Classificação | 3.00/5 Total de 6 Avaliações |
Desenvolvedor | Ravi Shukla |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://w3path.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome Video Recorder", "short_name": "Video Recorder", "description": "Record your camera, full screen or tabs with audio.", "version": "1.4", "author": "Ravi Shukla", "browser_action": { "default_icon": "dist\/image\/logo.png", "default_popup": "index.html" }, "icons": { "16": "dist\/image\/logo.png", "32": "dist\/image\/logo.png", "48": "dist\/image\/logo.png", "128": "dist\/image\/logo.png" }, "oauth2": { "client_id": "856992244474-9vm8eo0d5n6akukcr14hj7en1ioh72rh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "background": { "scripts": [ "dist\/js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "dist\/js\/contentScript.js" ], "matches": [ " |