Mute Button for Google+

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

What is Mute Button for Google+?

Mute Button for Google+ is a Chrome extension developed by Jerome Dane, and its main feature is "One-click mute buttons for posts on Google+ (Google Plus)".

Extension Screenshots

screenshot

Download Mute Button for Google+ Extension CRX File

Download Mute Button for Google+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Mute Button for Google+ Mute Button for Google+
ID ijkhodmcbfefibhmlngmdnfhhmcnmljd
Official URL https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd
Description One-click mute buttons for posts on Google+ (Google Plus)
File Size 97.19 KB
Installation Count 119
Current Version 0.0.3
Last Updated 2012-11-29
Publish Date 2012-11-29
Rating 4.13/5 Total 8 Ratings
Developer Jerome Dane
Payment Type free
Extension Website https://github.com/JeromeDane/Google-Plus-Mute-Button
Supported Languages 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"
        }
    ]
}