Mute Images for Google Plus

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

Что такое Mute Images for Google Plus?

Mute Images for Google Plus - это расширение Chrome, разработанное ksaga, и его основная функция - "Mute (or make it fuzzy) images in stream in Google Plus".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mute Images for Google Plus

Скачайте файлы расширений Mute Images for Google Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Mute Images for Google Plus Mute Images for Google Plus
ID mjdmggnmdofbjjhopggndneamckcdmge
Официальный URL https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge
Описание Mute (or make it fuzzy) images in stream in Google Plus
Размер файла 5.35 KB
Количество установок 12
Текущая Версия 1.1.7
Последнее Обновление 2015-11-19
Дата публикации 2015-11-19
Рейтинг 5.00/5 Всего 1 оценок
Разработчик ksaga
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}