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是由Yac.fm开发的Chrome扩展程序,该扩展的主要功能是“Share voice messages via email, social networks, and millions of other websites. Say hello to Yac.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Yac Voice Messages扩展crx文件

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

扩展使用说明

                        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
隐私政策页面URL 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": [
                ""
            ]
        }
    ]
}