Sodaphonic

Record and save your voice or any other audio instantly.

Wat is Sodaphonic?

Sodaphonic is een Chrome-extensie ontwikkeld door https://sodaphonic.com, en de belangrijkste functie is "Record and save your voice or any other audio instantly.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sodaphonic

Download Sodaphonic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sodaphonic is the easiest way to record your voice, musical instrument, or anything else directly in the browser. Click a single button to record and then again to save your audio masterpiece as an mp3 file.                    

Basisinformatie over de Extensie

Naam Sodaphonic Sodaphonic
ID mccjpebhdcgelkllbolpacfdklmljnkd
Officiële URL https://chromewebstore.google.com/detail/sodaphonic/mccjpebhdcgelkllbolpacfdklmljnkd
Beschrijving Record and save your voice or any other audio instantly.
Bestandsgrootte 351 KB
Aantal Installaties 276
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-09-22
Publicatiedatum 2020-08-22
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sodaphonic.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sodaphonic.com
Help Pagina-URL https://sodaphonic.com/help
URL van de Privacybeleid Pagina https://sodaphonic.com/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sodaphonic",
    "description": "Record and save your voice or any other audio instantly.",
    "version": "0.2.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "sodaphonic-extension-icon-16.png",
        "48": "sodaphonic-extension-icon-48.png",
        "128": "sodaphonic-extension-icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-O8EDGezpvzDK3AeSJVLePj3fFY4o08Oz707mvR\/ii34='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "iframe.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.html"
    ],
    "permissions": []
}