Twitter Interactions
This extension allows you to see all of the interactions you have had with any other Twitter user.
O que é Twitter Interactions?
Twitter Interactions é uma extensão do Chrome desenvolvida por Danny Aziz, e sua principal característica é "This extension allows you to see all of the interactions you have had with any other Twitter user.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Interactions
Baixe arquivos de extensão Twitter Interactions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Twitter Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.
Informações Básicas da Extensão
Nome | |
ID | nckchkccbhcbbcheiegddadiipoekkah |
URL Oficial | https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah |
Descrição | This extension allows you to see all of the interactions you have had with any other Twitter user. |
Tamanho do Arquivo | 15.08 KB |
Contagem de Instalações | 754 |
Versão Atual | 2.1 |
Última Atualização | 2019-08-11 |
Data de Publicação | 2019-08-11 |
Classificação | 1.83/5 Total de 23 Avaliações |
Desenvolvedor | Danny Aziz |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |