Sodaphonic

Record and save your voice or any other audio instantly.

Apa itu Sodaphonic?

Sodaphonic adalah ekstensi Chrome yang dikembangkan oleh https://sodaphonic.com, dan fitur utamanya adalah "Record and save your voice or any other audio instantly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sodaphonic

Unduh file ekstensi Sodaphonic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sodaphonic Sodaphonic
ID mccjpebhdcgelkllbolpacfdklmljnkd
URL Resmi https://chromewebstore.google.com/detail/sodaphonic/mccjpebhdcgelkllbolpacfdklmljnkd
Deskripsi Record and save your voice or any other audio instantly.
Ukuran File 351 KB
Jumlah Instalasi 276
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2020-09-22
Tanggal Publikasi 2020-08-22
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://sodaphonic.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sodaphonic.com
URL Halaman Bantuan https://sodaphonic.com/help
URL Halaman Kebijakan Privasi https://sodaphonic.com/privacy
Bahasa yang Didukung 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": []
}