Awesome Video Recorder
Record your camera, full screen or tabs with audio.
Awesome Video Recorderとは何ですか?
Awesome Video RecorderはRavi Shuklaによって開発されたChromeの拡張機能で、その主な機能は「Record your camera, full screen or tabs with audio.」です。
拡張機能のスクリーンショット
Awesome Video Recorder拡張機能のCRXファイルをダウンロード
Awesome Video Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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]
拡張機能の基本情報
名前 | |
ID | mbdpapbccbmkalhihldlhkghjgghjdom |
公式URL | https://chrome.google.com/webstore/detail/awesome-video-recorder/mbdpapbccbmkalhihldlhkghjgghjdom |
説明 | Record your camera, full screen or tabs with audio. |
ファイルサイズ | 203 KB |
インストール数 | 2,000 |
現在のバージョン | 1.4 |
最終更新日 | 2020-11-24 |
公開日 | 2020-11-24 |
評価 | 3.00/5 合計 6 レビュー |
開発者 | Ravi Shukla |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://w3path.com/privacy-policy |
対応言語 | 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": [ " |