Permanent Mute

A persistent mute tool for stupid websites that make annoying and ill-timed sounds.

What is Permanent Mute?

Permanent Mute is a Chrome extension developed by https://codewrangler.io, and its main feature is "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".

Extension Screenshots

screenshot

Download Permanent Mute Extension CRX File

Download Permanent Mute 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

                        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.                    

Extension Basic Information

Name Permanent Mute Permanent Mute
ID pnkhoaefngnbehoiioikafibdkfaolec
Official URL https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec
Description A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
File Size 18.7 KB
Installation Count 18
Current Version 1.0.0
Last Updated 2018-02-01
Publish Date 2018-02-01
Developer https://codewrangler.io
Payment Type free
Extension Website https://codewrangler.io
Supported Languages 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
}