Mute Images for Google Plus
Mute (or make it fuzzy) images in stream in Google Plus
What is Mute Images for Google Plus?
Mute Images for Google Plus is a Chrome extension developed by ksaga, and its main feature is "Mute (or make it fuzzy) images in stream in Google Plus".
Extension Screenshots
Download Mute Images for Google Plus Extension CRX File
Download Mute Images for Google Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | |
ID | mjdmggnmdofbjjhopggndneamckcdmge |
Official URL | https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge |
Description | Mute (or make it fuzzy) images in stream in Google Plus |
File Size | 5.35 KB |
Installation Count | 12 |
Current Version | 1.1.7 |
Last Updated | 2015-11-19 |
Publish Date | 2015-11-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ksaga |
Payment Type | free |
Supported Languages | 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" ] } ] } |