Twitter Interactions
This extension allows you to see all of the interactions you have had with any other Twitter user.
ما هو Twitter Interactions؟
Twitter Interactions هو إضافة Chrome تم تطويرها بواسطة Danny Aziz، والميزة الرئيسية لها هي "This extension allows you to see all of the interactions you have had with any other Twitter user.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Interactions
قم بتنزيل ملفات الامتداد Twitter Interactions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Twitter Interactions allows you to see all the conversations you have had with another Twitter user just by going to their profile.
معلومات أساسية عن التمديد
الاسم | |
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" } |