Twitter Unseen
Block the 'seen' mention on Twitter's DMs
什么是Twitter Unseen?
Twitter Unseen是由https://aymericm.fr开发的Chrome扩展程序,该扩展的主要功能是“Block the 'seen' mention on Twitter's DMs”。
扩展截图
下载Twitter Unseen扩展crx文件
下载Twitter Unseen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |