Yac Voice Messages

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

What is Yac Voice Messages?

Yac Voice Messages is a Chrome extension developed by Yac.fm, and its main feature is "Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Yac Voice Messages Extension CRX File

Download Yac Voice Messages 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

                        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.                    

Extension Basic Information

Name Yac Voice Messages Yac Voice Messages
ID ahhfnlhcbjchpffjbkkbclkjlfboclbj
Official URL https://chromewebstore.google.com/detail/yac-voice-messages/ahhfnlhcbjchpffjbkkbclkjlfboclbj
Description Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.
File Size 240 KB
Installation Count 31
Current Version 2.0.1
Last Updated 2021-09-22
Publish Date 2017-07-01
Rating 4.25/5 Total 8 Ratings
Developer Yac.fm
Email [email protected]
Payment Type free
Extension Website https://www.yac.fm
Privacy Policy Page URL https://yac.fm/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}