Mute Button for Google Plus

Add Mute Button on posts in Google Plus

Τι είναι το Mute Button for Google Plus;

Το Mute Button for Google Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ksaga, και η κύρια λειτουργία του είναι "Add Mute Button on posts in Google Plus".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Mute Button for Google Plus

Λήψη αρχείων επέκτασης Mute Button for Google Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Mute Button for Google Plus Mute Button for Google Plus
ID aebpfndhdfabgmnemfihmgifgckhabmn
Επίσημο URL https://chrome.google.com/webstore/detail/aebpfndhdfabgmnemfihmgifgckhabmn
Περιγραφή Add Mute Button on posts in Google Plus
Μέγεθος Αρχείου 8.37 KB
Αριθμός Εγκαταστάσεων 116
Τρέχουσα Έκδοση 1.4.3
Τελευταία Ενημέρωση 2013-12-15
Ημερομηνία Δημοσίευσης 2013-12-15
Αξιολόγηση 3.13/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής ksaga
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}