Sodaphonic

Record and save your voice or any other audio instantly.

什么是Sodaphonic?

Sodaphonic是由https://sodaphonic.com开发的Chrome扩展程序,该扩展的主要功能是“Record and save your voice or any other audio instantly.”。

扩展截图

screenshot

下载Sodaphonic扩展crx文件

下载Sodaphonic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Sodaphonic Sodaphonic
ID mccjpebhdcgelkllbolpacfdklmljnkd
官方URL https://chromewebstore.google.com/detail/sodaphonic/mccjpebhdcgelkllbolpacfdklmljnkd
简介 Record and save your voice or any other audio instantly.
文件大小 351 KB
安装次数 276
当前版本 0.2.0
更新时间 2020-09-22
上架时间 2020-08-22
评分 3.00/5 共2次评分
开发者 https://sodaphonic.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sodaphonic.com
帮助页面URL https://sodaphonic.com/help
隐私政策页面URL https://sodaphonic.com/privacy
支持的语言 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": []
}