Mute Images for Google Plus

Mute (or make it fuzzy) images in stream in Google Plus

Cos'è Mute Images for Google Plus?

Mute Images for Google Plus è un'estensione di Chrome sviluppata da ksaga, e la sua funzione principale è "Mute (or make it fuzzy) images in stream in Google Plus".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mute Images for Google Plus

Scarica i file di estensione Mute Images for Google Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension makes images shrink and fuzzy in Google Plus stream. That helps to hide (or mute) NSFW images. This is a sort of safe-mode.

Images are enlarged by mouse over on the image.

Thumbnails for external site and movies are not included.

You can make ON/OFF this functional with the checkbox in upper right corner (see screenshot).                    

Informazioni di Base sull'Estensione

Nome Mute Images for Google Plus Mute Images for Google Plus
ID mjdmggnmdofbjjhopggndneamckcdmge
URL Ufficiale https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge
Descrizione Mute (or make it fuzzy) images in stream in Google Plus
Dimensione del File 5.35 KB
Conteggio Installazioni 12
Versione Corrente 1.1.7
Ultimo Aggiornamento 2015-11-19
Data di Pubblicazione 2015-11-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ksaga
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.7",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}