Twitter Interactions

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

Hvad er Twitter Interactions?

Twitter Interactions er en Chrome-udvidelse udviklet af Danny Aziz, og dens hovedfunktion er "This extension allows you to see all of the interactions you have had with any other Twitter user.".

Udvidelsesskærmbilleder

screenshot

Download Twitter Interactions-udvidelses-CRX-fil

Download Twitter Interactions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
Officiel URL https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
Beskrivelse This extension allows you to see all of the interactions you have had with any other Twitter user.
Filstørrelse 15.08 KB
Antal Installationer 754
Nuværende Version 2.1
Senest Opdateret 2019-08-11
Udgivelsesdato 2019-08-11
Bedømmelse 1.83/5 Samlet 23 Bedømmelser
Udvikler Danny Aziz
Betalingsmetode free
Understøttede Sprog 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"
}