Twitter Unseen
Block the 'seen' mention on Twitter's DMs
Twitter Unseen क्या है?
Twitter Unseen https://aymericm.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block the 'seen' mention on Twitter's DMs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Unseen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twitter Unseen is a lightweight extension that enables you to disable the "read" mark on the Twitter's private messages. This will work with the Twitter's main website and TweetDeck.
एक्सटेंशन की मूल जानकारी
नाम | Twitter Unseen |
ID | hkmgbjaikdikdamdojnbnohoefmpmhoe |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-unseen/hkmgbjaikdikdamdojnbnohoefmpmhoe |
विवरण | Block the 'seen' mention on Twitter's DMs |
फ़ाइल का आकार | 618 KB |
स्थापना संख्या | 141 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2016-09-12 |
प्रकाशन तिथि | 2016-09-12 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://aymericm.fr |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://aymericm.fr/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Unseen", "description": "Block the 'seen' mention on Twitter's DMs", "version": "1.1.0", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "128.png", "default_title": "Twitter Unseen" }, "icons": { "128": "128.png" }, "permissions": [ "activeTab", "background", "storage", "https:\/\/twitter.com\/", "https:\/\/api.twitter.com\/", "webRequest", "webRequestBlocking" ] } |