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
}  |  |