Mute Button for Google Plus

Add Mute Button on posts in Google Plus

Co je Mute Button for Google Plus?

Mute Button for Google Plus je rozšíření Chrome vyvinuté ksaga, a jeho hlavní funkcí je „Add Mute Button on posts in Google Plus“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mute Button for Google Plus

Stáhněte si soubory rozšíření Mute Button for Google Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Mute Button for Google Plus Mute Button for Google Plus
ID aebpfndhdfabgmnemfihmgifgckhabmn
Oficiální URL https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn
Popis Add Mute Button on posts in Google Plus
Velikost souboru 8.37 KB
Počet instalací 116
Aktuální Verze 1.4.3
Poslední Aktualizace 2013-12-15
Datum Vydání 2013-12-15
Hodnocení 3.13/5 Celkem 15 Hodnocení
Vývojář ksaga
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}