Hide Twitter Replies
Hide annoying replies on Twitter, see the genuine tweets.
Hide Twitter Replies क्या है?
Hide Twitter Replies https://usman.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide annoying replies on Twitter, see the genuine tweets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide Twitter Replies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Finally, new Twitter profile has this feature built-in. This project is now deprecated and no longer supported. ================================== Are you annoyed by the @replies on Twitter? Be it on any profile or news feed, it looks like a chat session. Now you can hide these annoying replies and you can see the genuine tweets. Install this extension and you will find a "Hide Replies" button on Twitter, clicking it will hide all the replies, clicking it again will show the replies. Please share this extension and if you need help please visit my website http://usman.it/hide-twitter-replies
एक्सटेंशन की मूल जानकारी
नाम | Hide Twitter Replies |
ID | bobjjmpbpopkbnlpfpcjmncogijmiklm |
आधिकारिक URL | https://chromewebstore.google.com/detail/hide-twitter-replies/bobjjmpbpopkbnlpfpcjmncogijmiklm |
विवरण | Hide annoying replies on Twitter, see the genuine tweets. |
फ़ाइल का आकार | 60.97 KB |
स्थापना संख्या | 116 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2014-04-26 |
प्रकाशन तिथि | 2014-04-26 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://usman.it |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://usman.it/hide-twitter-replies |
सहायता पृष्ठ URL | http://usman.it/hide-twitter-replies |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "jquery-1.8.0.min.js", "hide_twitter_replies.js" ], "matches": [ "*:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "Hide annoying replies on Twitter, see the genuine tweets.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "minimum_chrome_version": "6", "name": "Hide Twitter Replies", "permissions": [ "*:\/\/twitter.com\/*" ], "version": "1.0.1", "manifest_version": 2 } |