Twitter Interactions
This extension allows you to see all of the interactions you have had with any other Twitter user.
什么是Twitter Interactions?
Twitter Interactions是由Danny Aziz开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to see all of the interactions you have had with any other Twitter user.”。
扩展截图
下载Twitter Interactions扩展crx文件
下载Twitter Interactions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Twitter Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.
扩展基本信息
名称 | |
ID | nckchkccbhcbbcheiegddadiipoekkah |
官方URL | https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah |
简介 | This extension allows you to see all of the interactions you have had with any other Twitter user. |
文件大小 | 15.08 KB |
安装次数 | 754 |
当前版本 | 2.1 |
更新时间 | 2019-08-11 |
上架时间 | 2019-08-11 |
评分 | 1.83/5 共23次评分 |
开发者 | Danny Aziz |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "This extension allows you to see all of the interactions you have had with any other Twitter user.", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png" }, "manifest_version": 2, "name": "Twitter Interactions", "permissions": [ "cookies", "activeTab", "https:\/\/twitter.com\/*", "storage", "https:\/\/api.twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/fy374ckv00.execute-api.eu-west-1.amazonaws.com\/*" ], "version": "2.1" } |