Twitter Interactions
This extension allows you to see all of the interactions you have had with any other Twitter user.
Cos'è Twitter Interactions?
Twitter Interactions è un'estensione di Chrome sviluppata da Danny Aziz, e la sua funzione principale è "This extension allows you to see all of the interactions you have had with any other Twitter user.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Interactions
Scarica i file di estensione Twitter Interactions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Twitter Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.
Informazioni di Base sull'Estensione
Nome | |
ID | nckchkccbhcbbcheiegddadiipoekkah |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah |
Descrizione | This extension allows you to see all of the interactions you have had with any other Twitter user. |
Dimensione del File | 15.08 KB |
Conteggio Installazioni | 754 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-08-11 |
Data di Pubblicazione | 2019-08-11 |
Valutazione | 1.83/5 Totale 23 Valutazioni |
Sviluppatore | Danny Aziz |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |