Page Muter

Mute the whole page by just one click!

Qu'est-ce que Page Muter ?

Page Muter est une extension Chrome développée par https://www.nzfun.cn, et sa fonction principale est "Mute the whole page by just one click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Page Muter

Téléchargez les fichiers d'extension Page Muter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Page Muter Page Muter
ID leadihbifcpejoijpbehieoinfmjaedh
URL Officiel https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh
Description Mute the whole page by just one click!
Taille du Fichier 408 KB
Nombre d'Installations 115
Version Actuelle 1.0
Dernière Mise à Jour 2018-07-20
Date de Publication 2018-07-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.nzfun.cn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.nzfun.cn
Langues Prises en Charge 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"
}