Mute Images for Google Plus

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

Co je Mute Images for Google Plus?

Mute Images for Google Plus je rozšíření Chrome vyvinuté ksaga, a jeho hlavní funkcí je „Mute (or make it fuzzy) images in stream in Google Plus“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mute Images for Google Plus

Stáhněte si soubory rozšíření Mute Images for Google Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Mute Images for Google Plus Mute Images for Google Plus
ID mjdmggnmdofbjjhopggndneamckcdmge
Oficiální URL https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge
Popis Mute (or make it fuzzy) images in stream in Google Plus
Velikost souboru 5.35 KB
Počet instalací 12
Aktuální Verze 1.1.7
Poslední Aktualizace 2015-11-19
Datum Vydání 2015-11-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář ksaga
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}