Reverb Record - Share Your Voice

Record and share voice notes on the fly.

¿Qué es Reverb Record - Share Your Voice?

Reverb Record - Share Your Voice es una extensión de Chrome desarrollada por https://reverb.chat, y su función principal es "Record and share voice notes on the fly.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reverb Record - Share Your Voice

Descarga archivos de extensión Reverb Record - Share Your Voice en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Reverb Record - Share Your Voice Reverb Record - Share Your Voice
ID lcblhgplmpgpmnmnochlcdbickjnemfe
URL Oficial https://chromewebstore.google.com/detail/reverb-record-share-your/lcblhgplmpgpmnmnochlcdbickjnemfe
Descripción Record and share voice notes on the fly.
Tamaño del Archivo 1.5 MB
Cantidad de Instalaciones 15,228
Versión Actual 1.2.1
Última Actualización 2023-08-31
Fecha de Publicación 2020-03-23
Calificación 4.17/5 Total de 30 Calificaciones
Desarrollador https://reverb.chat
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://record.reverb.chat
URL de la Página de Ayuda https://reverb.chat/reverb-record-faq/
URL de la Página de Política de Privacidad https://reverb.chat/privacy-policy
Idiomas Soportados 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'"
    }
}