Mute Button for Google Plus

Add Mute Button on posts in Google Plus

Was ist Mute Button for Google Plus?

Mute Button for Google Plus ist eine Chrome-Erweiterung, die von ksaga entwickelt wurde, und ihr Hauptmerkmal ist "Add Mute Button on posts in Google Plus".

Erweiterungsscreenshots

screenshot

Mute Button for Google Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mute Button for Google Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Mute Button for Google Plus Mute Button for Google Plus
ID aebpfndhdfabgmnemfihmgifgckhabmn
Offizielle URL https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn
Beschreibung Add Mute Button on posts in Google Plus
Dateigröße 8.37 KB
Installationsanzahl 116
Aktuelle Version 1.4.3
Letztes Update 2013-12-15
Veröffentlichungsdatum 2013-12-15
Bewertung 3.13/5 Insgesamt 15 Bewertungen
Entwickler ksaga
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}