Twitter Interactions

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

Co je Twitter Interactions?

Twitter Interactions je rozšíření Chrome vyvinuté Danny Aziz, a jeho hlavní funkcí je „This extension allows you to see all of the interactions you have had with any other Twitter user.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Interactions

Stáhněte si soubory rozšíření Twitter Interactions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
Oficiální URL https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
Popis This extension allows you to see all of the interactions you have had with any other Twitter user.
Velikost souboru 15.08 KB
Počet instalací 754
Aktuální Verze 2.1
Poslední Aktualizace 2019-08-11
Datum Vydání 2019-08-11
Hodnocení 1.83/5 Celkem 23 Hodnocení
Vývojář Danny Aziz
Typ Platby free
Podporované Jazyky 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"
}