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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |