Mute Images for Google Plus

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

Co to jest Mute Images for Google Plus?

Mute Images for Google Plus to rozszerzenie Chrome opracowane przez ksaga, a jego główną funkcją jest „Mute (or make it fuzzy) images in stream in Google Plus”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mute Images for Google Plus

Pobierz pliki rozszerzeń Mute Images for Google Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Mute Images for Google Plus Mute Images for Google Plus
ID mjdmggnmdofbjjhopggndneamckcdmge
Oficjalny URL https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge
Opis Mute (or make it fuzzy) images in stream in Google Plus
Rozmiar pliku 5.35 KB
Liczba instalacji 12
Aktualna Wersja 1.1.7
Ostatnia Aktualizacja 2015-11-19
Data Publikacji 2015-11-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ksaga
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}