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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Permanent Mute Permanent Mute
ID pnkhoaefngnbehoiioikafibdkfaolec
官方網址 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
}