Mute Button for Google+

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

Cos'è Mute Button for Google+?

Mute Button for Google+ è un'estensione di Chrome sviluppata da Jerome Dane, e la sua funzione principale è "One-click mute buttons for posts on Google+ (Google Plus)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mute Button for Google+

Scarica i file di estensione Mute Button for Google+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Mute Button for Google+ Mute Button for Google+
ID ijkhodmcbfefibhmlngmdnfhhmcnmljd
URL Ufficiale https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd
Descrizione One-click mute buttons for posts on Google+ (Google Plus)
Dimensione del File 97.19 KB
Conteggio Installazioni 119
Versione Corrente 0.0.3
Ultimo Aggiornamento 2012-11-29
Data di Pubblicazione 2012-11-29
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore Jerome Dane
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/JeromeDane/Google-Plus-Mute-Button
Lingue Supportate 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"
        }
    ]
}