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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nckchkccbhcbbcheiegddadiipoekkah |
官方網址 | 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" } |