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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to see all of the interactions you have had with any other Twitter user."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Interactions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |