@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 @eggsbox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mute the specified user tweets, retweets, the DM. This extension reproduce the user mute function of TweetDeck."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में @mute for TweetDeck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |