Mute Images for Google Plus

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

Wat is Mute Images for Google Plus?

Mute Images for Google Plus is een Chrome-extensie ontwikkeld door ksaga, en de belangrijkste functie is "Mute (or make it fuzzy) images in stream in Google Plus".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mute Images for Google Plus

Download Mute Images for Google Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam Mute Images for Google Plus Mute Images for Google Plus
ID mjdmggnmdofbjjhopggndneamckcdmge
Officiële URL https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge
Beschrijving Mute (or make it fuzzy) images in stream in Google Plus
Bestandsgrootte 5.35 KB
Aantal Installaties 12
Huidige Versie 1.1.7
Laatst Bijgewerkt 2015-11-19
Publicatiedatum 2015-11-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ksaga
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}