Page Muter

Mute the whole page by just one click!

Page Muterとは何ですか?

Page Muterはhttps://www.nzfun.cnによって開発されたChromeの拡張機能で、その主な機能は「Mute the whole page by just one click!」です。

拡張機能のスクリーンショット

screenshot

Page Muter拡張機能のCRXファイルをダウンロード

Page Muter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With Page Muter, you can mute your whole page with just one click. You will like it.                    

拡張機能の基本情報

名前 Page Muter Page Muter
ID leadihbifcpejoijpbehieoinfmjaedh
公式URL https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh
説明 Mute the whole page by just one click!
ファイルサイズ 408 KB
インストール数 115
現在のバージョン 1.0
最終更新日 2018-07-20
公開日 2018-07-20
評価 5.00/5 合計 1 レビュー
開発者 https://www.nzfun.cn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.nzfun.cn
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Page Muter"
    },
    "author": "HTB",
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/mute.js",
        "js\/unmute.js",
        "js\/play.js",
        "js\/pause.js"
    ],
    "description": "Mute the whole page by just one click!",
    "homepage_url": "https:\/\/www.nzfun.cn",
    "icons": {
        "128": "images\/icon_48.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Page Muter",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "version": "1.0"
}