Sodaphonic

Record and save your voice or any other audio instantly.

Was ist Sodaphonic?

Sodaphonic ist eine Chrome-Erweiterung, die von https://sodaphonic.com entwickelt wurde, und ihr Hauptmerkmal ist "Record and save your voice or any other audio instantly.".

Erweiterungsscreenshots

screenshot

Sodaphonic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sodaphonic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sodaphonic Sodaphonic
ID mccjpebhdcgelkllbolpacfdklmljnkd
Offizielle URL https://chromewebstore.google.com/detail/sodaphonic/mccjpebhdcgelkllbolpacfdklmljnkd
Beschreibung Record and save your voice or any other audio instantly.
Dateigröße 351 KB
Installationsanzahl 276
Aktuelle Version 0.2.0
Letztes Update 2020-09-22
Veröffentlichungsdatum 2020-08-22
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://sodaphonic.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sodaphonic.com
Hilfeseite URL https://sodaphonic.com/help
URL der Datenschutzrichtlinien-Seite https://sodaphonic.com/privacy
Unterstützte Sprachen 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": []
}