Twitter Interactions

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

Wat is Twitter Interactions?

Twitter Interactions is een Chrome-extensie ontwikkeld door Danny Aziz, en de belangrijkste functie is "This extension allows you to see all of the interactions you have had with any other Twitter user.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Interactions

Download Twitter Interactions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
Officiële URL https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
Beschrijving This extension allows you to see all of the interactions you have had with any other Twitter user.
Bestandsgrootte 15.08 KB
Aantal Installaties 754
Huidige Versie 2.1
Laatst Bijgewerkt 2019-08-11
Publicatiedatum 2019-08-11
Beoordeling 1.83/5 Totaal 23 Beoordelingen
Ontwikkelaar Danny Aziz
Betalingswijze free
Ondersteunde Talen 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"
}