Mute Button for Google+

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

Vad är Mute Button for Google+?

Mute Button for Google+ är en Chrome-tillägg utvecklad av Jerome Dane, och dess huvudfunktion är "One-click mute buttons for posts on Google+ (Google Plus)".

Tilläggsskärmbilder

screenshot

Ladda ner Mute Button for Google+-förlängningens CRX-fil

Ladda ner Mute Button for Google+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Mute Button for Google+ Mute Button for Google+
ID ijkhodmcbfefibhmlngmdnfhhmcnmljd
Officiell webbadress https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd
Beskrivning One-click mute buttons for posts on Google+ (Google Plus)
Filstorlek 97.19 KB
Antal Installationer 119
Aktuell Version 0.0.3
Senast Uppdaterad 2012-11-29
Publiceringsdatum 2012-11-29
Betyg 4.13/5 Totalt 8 Betyg
Utvecklare Jerome Dane
Betalningssätt free
Tilläggswebbplats https://github.com/JeromeDane/Google-Plus-Mute-Button
Stödda Språk 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"
        }
    ]
}