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是由ksaga开发的Chrome扩展程序,该扩展的主要功能是“Mute (or make it fuzzy) images in stream in Google Plus”。
扩展截图
下载Mute Images for Google Plus扩展crx文件
下载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).
扩展基本信息
名称 | |
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" ] } ] } |