@mute for TweetDeck

Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.

Τι είναι το @mute for TweetDeck;

Το @mute for TweetDeck είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον @eggsbox, και η κύρια λειτουργία του είναι "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης @mute for TweetDeck

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

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

                        How to use

1)
Remove the @ mark from the user ID you want to mute, and entered into the text box, and press the Save button.

2)
If you want to mute the multiple of the user ID, enter a comma (,) separator.

3)
If are signed in to Chrome, setting the contents of the @mute will be synchronized between the terminal.                    

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

Όνομα @mute for TweetDeck @mute for TweetDeck
ID pmlaflmdlahpmjkpghlbhfnfhoellkei
Επίσημο URL https://chromewebstore.google.com/detail/mute-for-tweetdeck/pmlaflmdlahpmjkpghlbhfnfhoellkei
Περιγραφή Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.
Μέγεθος Αρχείου 89.85 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2016-09-17
Ημερομηνία Δημοσίευσης 2016-09-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής @eggsbox
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/eggsbox
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "@mute for TweetDeck",
    "description": "__MSG_locale_description__",
    "default_locale": "en",
    "version": "0.3.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/tweetdeck.twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/content_scripts.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}