Twitter Interactions
This extension allows you to see all of the interactions you have had with any other Twitter user.
Qu'est-ce que Twitter Interactions ?
Twitter Interactions est une extension Chrome développée par Danny Aziz, et sa fonction principale est "This extension allows you to see all of the interactions you have had with any other Twitter user.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Interactions
Téléchargez les fichiers d'extension Twitter Interactions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Twitter Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.
Informations de Base sur l'Extension
Nom | |
ID | nckchkccbhcbbcheiegddadiipoekkah |
URL Officiel | 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. |
Taille du Fichier | 15.08 KB |
Nombre d'Installations | 754 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2019-08-11 |
Date de Publication | 2019-08-11 |
Évaluation | 1.83/5 Total 23 Évaluations |
Développeur | Danny Aziz |
Type de Paiement | free |
Langues Prises en Charge | 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" } |