Twitter Interactions

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

Was ist Twitter Interactions?

Twitter Interactions ist eine Chrome-Erweiterung, die von Danny Aziz entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to see all of the interactions you have had with any other Twitter user.".

Erweiterungsscreenshots

screenshot

Twitter Interactions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter Interactions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
Offizielle URL https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
Beschreibung This extension allows you to see all of the interactions you have had with any other Twitter user.
Dateigröße 15.08 KB
Installationsanzahl 754
Aktuelle Version 2.1
Letztes Update 2019-08-11
Veröffentlichungsdatum 2019-08-11
Bewertung 1.83/5 Insgesamt 23 Bewertungen
Entwickler Danny Aziz
Zahlungsart free
Unterstützte Sprachen 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"
}