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" ] } ] } |