Page Muter

Mute the whole page by just one click!

¿Qué es Page Muter?

Page Muter es una extensión de Chrome desarrollada por https://www.nzfun.cn, y su función principal es "Mute the whole page by just one click!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Page Muter

Descarga archivos de extensión Page Muter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Page Muter Page Muter
ID leadihbifcpejoijpbehieoinfmjaedh
URL Oficial https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh
Descripción Mute the whole page by just one click!
Tamaño del Archivo 408 KB
Cantidad de Instalaciones 115
Versión Actual 1.0
Última Actualización 2018-07-20
Fecha de Publicación 2018-07-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.nzfun.cn
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.nzfun.cn
Idiomas Soportados 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"
}