Twitter Interactions

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

Twitter Interactionsとは何ですか?

Twitter InteractionsはDanny Azizによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to see all of the interactions you have had with any other Twitter user.」です。

拡張機能のスクリーンショット

screenshot

Twitter Interactions拡張機能のCRXファイルをダウンロード

Twitter Interactions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Twitter Interactions Twitter Interactions
ID nckchkccbhcbbcheiegddadiipoekkah
公式URL https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah
説明 This extension allows you to see all of the interactions you have had with any other Twitter user.
ファイルサイズ 15.08 KB
インストール数 754
現在のバージョン 2.1
最終更新日 2019-08-11
公開日 2019-08-11
評価 1.83/5 合計 23 レビュー
開発者 Danny Aziz
支払い方法 free
対応言語 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"
}