Twitter Interactions

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

Vad är Twitter Interactions?

Twitter Interactions är en Chrome-tillägg utvecklad av Danny Aziz, och dess huvudfunktion är "This extension allows you to see all of the interactions you have had with any other Twitter user.".

Tilläggsskärmbilder

screenshot

Ladda ner Twitter Interactions-förlängningens CRX-fil

Ladda ner Twitter Interactions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
Officiell webbadress https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
Beskrivning This extension allows you to see all of the interactions you have had with any other Twitter user.
Filstorlek 15.08 KB
Antal Installationer 754
Aktuell Version 2.1
Senast Uppdaterad 2019-08-11
Publiceringsdatum 2019-08-11
Betyg 1.83/5 Totalt 23 Betyg
Utvecklare Danny Aziz
Betalningssätt free
Stödda Språk 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"
}