MuteIntercom

Mute all sound notifications from Intercom.

什么是MuteIntercom?

MuteIntercom是由https://muteinter.com开发的Chrome扩展程序,该扩展的主要功能是“Mute all sound notifications from Intercom.”。

扩展截图

screenshot

下载MuteIntercom扩展crx文件

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

扩展使用说明

                        Mute sounds coming from Intercom widgets.                    

扩展基本信息

名称 MuteIntercom MuteIntercom
ID gfcdbfadghgpcbaiiedpdhpdolffkojl
官方URL https://chromewebstore.google.com/detail/muteintercom/gfcdbfadghgpcbaiiedpdhpdolffkojl
简介 Mute all sound notifications from Intercom.
文件大小 70.15 KB
安装次数 77
当前版本 1.0
更新时间 2018-02-04
上架时间 2018-02-04
评分 5.00/5 共4次评分
开发者 https://muteinter.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://muteinter.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MuteIntercom",
    "description": "Mute all sound notifications from Intercom.",
    "version": "1.0",
    "author": "Wojtek Witkowski ",
    "homepage_url": "https:\/\/github.com\/rayfeed\/muteintercom",
    "browser_action": {
        "default_icon": "[email protected]",
        "default_popup": "mute.html",
        "default_title": "Mute Intercom Sounds"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/js.intercomcdn.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/mute.js"
        ]
    },
    "icons": {
        "128": "[email protected]"
    }
}