Mute Button for Google+

One-click mute buttons for posts on Google+ (Google Plus)

Mute Button for Google+ क्या है?

Mute Button for Google+ Jerome Dane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click mute buttons for posts on Google+ (Google Plus)"।

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

screenshot

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

crx प्रारूप में Mute Button for Google+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Puts mute buttons into posts on Google+ so you can easily mute posts with a single click.

Like this? You could buy me a cop of coffee: http://goo.gl/g8ckz

Follow Jerome Dane for updates:

Google - http://goo.gl/brcnw
Facebook - http://goo.gl/OwKIG
Twitter - http://goo.gl/UTh0W                    

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

नाम Mute Button for Google+ Mute Button for Google+
ID ijkhodmcbfefibhmlngmdnfhhmcnmljd
आधिकारिक URL https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd
विवरण One-click mute buttons for posts on Google+ (Google Plus)
फ़ाइल का आकार 97.19 KB
स्थापना संख्या 119
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2012-11-29
प्रकाशन तिथि 2012-11-29
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर Jerome Dane
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/JeromeDane/Google-Plus-Mute-Button
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Button for Google+",
    "description": "One-click mute buttons for posts on Google+ (Google Plus)",
    "version": "0.0.3",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/plus.google.com\/*",
        "https:\/\/plus.google.com\/*"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "includes\/jquery.js",
                "includes\/userscript.user.js"
            ],
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}