Twitter Interactions
This extension allows you to see all of the interactions you have had with any other Twitter user.
What is Twitter Interactions?
Twitter Interactions is a Chrome extension developed by Danny Aziz, and its main feature is "This extension allows you to see all of the interactions you have had with any other Twitter user.".
Extension Screenshots
Download Twitter Interactions Extension CRX File
Download Twitter Interactions 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 Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.
Extension Basic Information
Name | |
ID | nckchkccbhcbbcheiegddadiipoekkah |
Official URL | https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah |
Description | This extension allows you to see all of the interactions you have had with any other Twitter user. |
File Size | 15.08 KB |
Installation Count | 754 |
Current Version | 2.1 |
Last Updated | 2019-08-11 |
Publish Date | 2019-08-11 |
Rating | 1.83/5 Total 23 Ratings |
Developer | Danny Aziz |
Payment Type | free |
Supported Languages | 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" } |