@mute for TweetDeck
Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.
Qu'est-ce que @mute for TweetDeck ?
@mute for TweetDeck est une extension Chrome développée par @eggsbox, et sa fonction principale est "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension @mute for TweetDeck
Téléchargez les fichiers d'extension @mute for TweetDeck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | @mute for TweetDeck |
ID | pmlaflmdlahpmjkpghlbhfnfhoellkei |
URL Officiel | https://chromewebstore.google.com/detail/mute-for-tweetdeck/pmlaflmdlahpmjkpghlbhfnfhoellkei |
Description | Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck. |
Taille du Fichier | 89.85 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.3.1 |
Dernière Mise à Jour | 2016-09-17 |
Date de Publication | 2016-09-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | @eggsbox |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/eggsbox |
Langues Prises en Charge | 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" } } |