Yac Voice Messages

Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.

ما هو Yac Voice Messages؟

Yac Voice Messages هو إضافة Chrome تم تطويرها بواسطة Yac.fm، والميزة الرئيسية لها هي "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Yac Voice Messages

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

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

                        Thought at the speed of sound. You've discovered a faster way to communicate across the Web. 

- Post voice messages to any website including social networks.
- Send voice messages via email that are more personal and genuine, and even get a higher open rate.

It's ultra-fast, easy, and free.

Say Hello to Yac.                    

معلومات أساسية عن التمديد

الاسم Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
الوصف Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
حجم الملف 240 KB
عدد التثبيتات 31
النسخة الحالية 2.0.1
آخر تحديث 2021-09-22
تاريخ النشر 2017-07-01
تقييم 4.25/5 مجموع تقييمات 8
المطور Yac.fm
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.yac.fm
عنوان صفحة سياسة الخصوصية https://yac.fm/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yac Voice Messages",
    "description": "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.",
    "manifest_version": 3,
    "version": "2.0.1",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}