Sodaphonic

Record and save your voice or any other audio instantly.

ما هو Sodaphonic؟

Sodaphonic هو إضافة Chrome تم تطويرها بواسطة https://sodaphonic.com، والميزة الرئيسية لها هي "Record and save your voice or any other audio instantly.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sodaphonic

قم بتنزيل ملفات الامتداد Sodaphonic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://sodaphonic.com/help
عنوان صفحة سياسة الخصوصية 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": []
}