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 |
官方網址 | 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" ] } ] } |