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.
擴展基本資訊
名稱 | |
ID | hkmgbjaikdikdamdojnbnohoefmpmhoe |
官方網址 | 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" ] } |