Twitter Interactions

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

Co to jest Twitter Interactions?

Twitter Interactions to rozszerzenie Chrome opracowane przez Danny Aziz, a jego główną funkcją jest „This extension allows you to see all of the interactions you have had with any other Twitter user.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter Interactions

Pobierz pliki rozszerzeń Twitter Interactions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
Oficjalny URL https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
Opis This extension allows you to see all of the interactions you have had with any other Twitter user.
Rozmiar pliku 15.08 KB
Liczba instalacji 754
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2019-08-11
Data Publikacji 2019-08-11
Ocena 1.83/5 Łącznie 23 Oceny
Deweloper Danny Aziz
Typ Płatności free
Obsługiwane Języki 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"
}