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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ksaga และคุณลักษณะหลักของมันคือ "Mute (or make it fuzzy) images in stream in Google Plus"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute Images for Google Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mute Images for Google Plus Mute Images for Google Plus
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"
            ]
        }
    ]
}