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" ] } |