Twitter Interactions

This extension allows you to see all of the interactions you have had with any other Twitter user.

¿Qué es Twitter Interactions?

Twitter Interactions es una extensión de Chrome desarrollada por Danny Aziz, y su función principal es "This extension allows you to see all of the interactions you have had with any other Twitter user.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitter Interactions

Descarga archivos de extensión Twitter Interactions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Twitter Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.                    

Información Básica de la Extensión

Nombre Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
URL Oficial https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
Descripción This extension allows you to see all of the interactions you have had with any other Twitter user.
Tamaño del Archivo 15.08 KB
Cantidad de Instalaciones 754
Versión Actual 2.1
Última Actualización 2019-08-11
Fecha de Publicación 2019-08-11
Calificación 1.83/5 Total de 23 Calificaciones
Desarrollador Danny Aziz
Tipo de Pago free
Idiomas Soportados 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"
}