Mute Button for Google+

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

Co to jest Mute Button for Google+?

Mute Button for Google+ to rozszerzenie Chrome opracowane przez Jerome Dane, a jego główną funkcją jest „One-click mute buttons for posts on Google+ (Google Plus)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mute Button for Google+

Pobierz pliki rozszerzeń Mute Button for Google+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Mute Button for Google+ Mute Button for Google+
ID ijkhodmcbfefibhmlngmdnfhhmcnmljd
Oficjalny URL https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd
Opis One-click mute buttons for posts on Google+ (Google Plus)
Rozmiar pliku 97.19 KB
Liczba instalacji 119
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2012-11-29
Data Publikacji 2012-11-29
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper Jerome Dane
Typ Płatności free
Strona Rozszerzenia https://github.com/JeromeDane/Google-Plus-Mute-Button
Obsługiwane Języki 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"
        }
    ]
}