Reverb Record - Share Your Voice

Record and share voice notes on the fly.

Cos'è Reverb Record - Share Your Voice?

Reverb Record - Share Your Voice è un'estensione di Chrome sviluppata da https://reverb.chat, e la sua funzione principale è "Record and share voice notes on the fly.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reverb Record - Share Your Voice

Scarica i file di estensione Reverb Record - Share Your Voice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reverb Record - Share Your Voice Reverb Record - Share Your Voice
ID lcblhgplmpgpmnmnochlcdbickjnemfe
URL Ufficiale https://chromewebstore.google.com/detail/reverb-record-share-your/lcblhgplmpgpmnmnochlcdbickjnemfe
Descrizione Record and share voice notes on the fly.
Dimensione del File 1.5 MB
Conteggio Installazioni 15,228
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-08-31
Data di Pubblicazione 2020-03-23
Valutazione 4.17/5 Totale 30 Valutazioni
Sviluppatore https://reverb.chat
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://record.reverb.chat
URL della Pagina di Aiuto https://reverb.chat/reverb-record-faq/
URL della Pagina della Politica sulla Privacy https://reverb.chat/privacy-policy
Lingue Supportate 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'"
    }
}