Twitter Interactions
This extension allows you to see all of the interactions you have had with any other Twitter user.
Apa itu Twitter Interactions?
Twitter Interactions adalah ekstensi Chrome yang dikembangkan oleh Danny Aziz, dan fitur utamanya adalah "This extension allows you to see all of the interactions you have had with any other Twitter user.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter Interactions
Unduh file ekstensi Twitter Interactions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Twitter Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.
Informasi Dasar Ekstensi
Nama | |
ID | nckchkccbhcbbcheiegddadiipoekkah |
URL Resmi | https://chromewebstore.google.com/detail/twitter-interactions/nckchkccbhcbbcheiegddadiipoekkah |
Deskripsi | This extension allows you to see all of the interactions you have had with any other Twitter user. |
Ukuran File | 15.08 KB |
Jumlah Instalasi | 754 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2019-08-11 |
Tanggal Publikasi | 2019-08-11 |
Penilaian | 1.83/5 Total 23 Penilaian |
Pengembang | Danny Aziz |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |