Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
什么是Permanent Mute?
Permanent Mute是由https://codewrangler.io开发的Chrome扩展程序,该扩展的主要功能是“A persistent mute tool for stupid websites that make annoying and ill-timed sounds.”。
扩展截图
下载Permanent Mute扩展crx文件
下载Permanent Mute扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.                     扩展基本信息
| 名称 |   |  
| ID | pnkhoaefngnbehoiioikafibdkfaolec | 
| 官方URL | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec | 
| 简介 | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. | 
| 文件大小 | 18.7 KB | 
| 安装次数 | 18 | 
| 当前版本 | 1.0.0 | 
| 更新时间 | 2018-02-01 | 
| 上架时间 | 2018-02-01 | 
| 开发者 | https://codewrangler.io | 
| 付费类型 | free | 
| 扩展官网 | https://codewrangler.io | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Permanent Mute",
    "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/scripts.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon48-off.png",
        "default_title": "This site is not permanently muted."
    },
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png"
    },
    "manifest_version": 2
}  |  |