Sodaphonic

Record and save your voice or any other audio instantly.

What is Sodaphonic?

Sodaphonic is a Chrome extension developed by https://sodaphonic.com, and its main feature is "Record and save your voice or any other audio instantly.".

Extension Screenshots

screenshot

Download Sodaphonic Extension CRX File

Download Sodaphonic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sodaphonic Sodaphonic
ID mccjpebhdcgelkllbolpacfdklmljnkd
Official URL https://chromewebstore.google.com/detail/sodaphonic/mccjpebhdcgelkllbolpacfdklmljnkd
Description Record and save your voice or any other audio instantly.
File Size 351 KB
Installation Count 276
Current Version 0.2.0
Last Updated 2020-09-22
Publish Date 2020-08-22
Rating 3.00/5 Total 2 Ratings
Developer https://sodaphonic.com
Email [email protected]
Payment Type free
Extension Website https://sodaphonic.com
Help Page URL https://sodaphonic.com/help
Privacy Policy Page URL https://sodaphonic.com/privacy
Supported Languages 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": []
}