Mute Button for Google Plus

Add Mute Button on posts in Google Plus

What is Mute Button for Google Plus?

Mute Button for Google Plus is a Chrome extension developed by ksaga, and its main feature is "Add Mute Button on posts in Google Plus".

Extension Screenshots

screenshot

Download Mute Button for Google Plus Extension CRX File

Download Mute Button for Google Plus 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

                        This extension is for your who use mute functional frequently in Google Plus.

It adds two buttons on each post in Google plus stream;
 hide: erase the contents of the post temporarily, that will be reverted when you reload the page.
 mute: this is shortcut to Google plus's mute functional.

My G+ account is: https://plus.google.com/109370984101702523623

2012-08-31 updated to show buttons when you switch to circle's stream. 
2011-10-06 updated for G+ change (that was a little bit difficult, thank you for your patience)                    

Extension Basic Information

Name Mute Button for Google Plus Mute Button for Google Plus
ID aebpfndhdfabgmnemfihmgifgckhabmn
Official URL https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn
Description Add Mute Button on posts in Google Plus
File Size 8.37 KB
Installation Count 116
Current Version 1.4.3
Last Updated 2013-12-15
Publish Date 2013-12-15
Rating 3.13/5 Total 15 Ratings
Developer ksaga
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4.3",
    "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"
            ]
        }
    ]
}