Mute Images for Google Plus
Mute (or make it fuzzy) images in stream in Google Plus
Mute Images for Google Plus là gì?
Mute Images for Google Plus là một tiện ích mở rộng Chrome được phát triển bởi ksaga, và tính năng chính của nó là "Mute (or make it fuzzy) images in stream in Google Plus".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mute Images for Google Plus
Tải xuống các tệp mở rộng Mute Images for Google Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mjdmggnmdofbjjhopggndneamckcdmge |
URL Chính Thức | https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge |
Mô tả | Mute (or make it fuzzy) images in stream in Google Plus |
Kích Thước Tệp | 5.35 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2015-11-19 |
Ngày Phát Hành | 2015-11-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ksaga |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |