Twitter Unseen
Block the 'seen' mention on Twitter's DMs
What is Twitter Unseen?
Twitter Unseen is a Chrome extension developed by https://aymericm.fr, and its main feature is "Block the 'seen' mention on Twitter's DMs".
Extension Screenshots
Download Twitter Unseen Extension CRX File
Download Twitter Unseen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitter Unseen |
ID | hkmgbjaikdikdamdojnbnohoefmpmhoe |
Official URL | https://chromewebstore.google.com/detail/twitter-unseen/hkmgbjaikdikdamdojnbnohoefmpmhoe |
Description | Block the 'seen' mention on Twitter's DMs |
File Size | 618 KB |
Installation Count | 141 |
Current Version | 1.1.0 |
Last Updated | 2016-09-12 |
Publish Date | 2016-09-12 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://aymericm.fr |
Payment Type | free |
Extension Website | http://aymericm.fr/ |
Supported Languages | 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" ] } |