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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mute (or make it fuzzy) images in stream in Google Plus"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mute Images for Google Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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).                    

एक्सटेंशन की मूल जानकारी

नाम 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"
            ]
        }
    ]
}