Reverb Record - Share Your Voice

Record and share voice notes on the fly.

Reverb Record - Share Your Voice là gì?

Reverb Record - Share Your Voice là một tiện ích mở rộng Chrome được phát triển bởi https://reverb.chat, và tính năng chính của nó là "Record and share voice notes on the fly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reverb Record - Share Your Voice

Tải xuống các tệp mở rộng Reverb Record - Share Your Voice dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Reverb lets you record and share voice notes, memos, and responses without an account. 

Record and save voice notes for easy insertion into Google Docs, Slides, Sheets, Forms, Classroom, and Gmail!
Create links that embed directly to Twitter, making it easy to share voice Tweets. 
Reverbs can also be shared on forums and embedded on websites and applications such as Notion and Google Sites.

NEW - Now change your voice to record notes that sound like your favorite characters & celebrities!
 

Features:
- Instantly record shareable voice notes.
- Change your voice into different characters
- Embeds into Twitter with title of your choosing.
- No registration or verification. Anything goes.
- Get transcribed recordings (Premium only)
- Embed available for websites so visitors can hear voice notes and recordings.
- Can share on email, forums, image boards, and anywhere else audio is unconventional.
- Leave voice note comments in Google Docs
- Can paste Reverb links in messengers without having to store files locally.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reverb Record - Share Your Voice Reverb Record - Share Your Voice
ID lcblhgplmpgpmnmnochlcdbickjnemfe
URL Chính Thức https://chromewebstore.google.com/detail/reverb-record-share-your/lcblhgplmpgpmnmnochlcdbickjnemfe
Mô tả Record and share voice notes on the fly.
Kích Thước Tệp 1.5 MB
Số Lần Cài Đặt 15,228
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-08-31
Ngày Phát Hành 2020-03-23
Đánh Giá 4.17/5 Tổng số 30 Đánh Giá
Nhà Phát Triển https://reverb.chat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://record.reverb.chat
URL Trang Trợ Giúp https://reverb.chat/reverb-record-faq/
URL Trang Chính Sách Bảo Mật https://reverb.chat/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverb Record - Share Your Voice",
    "version": "1.2.1",
    "description": "Record and share voice notes on the fly.",
    "icons": {
        "16": ".\/images\/icon32.png",
        "32": ".\/images\/icon32.png",
        "64": ".\/images\/icon64.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_icon": ".\/images\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    }
}