TwQuoteExport - Export X/Twitter Quotes
One click to export quote list of any x/twitter tweets to CSV/Excel/JSON. scrape and save x.com quotes.
TwQuoteExport - Export X/Twitter Quotes क्या है?
TwQuoteExport - Export X/Twitter Quotes allysonx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click to export quote list of any x/twitter tweets to CSV/Excel/JSON. scrape and save x.com quotes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TwQuoteExport - Export X/Twitter Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scrape and Extract quote list of any tweet, Save quote tweet content and user info list to CSV / Excel / JSON. HOW TO USE? 1. Enter a X/Tweet link 2. Click the start button 🔥 Upgrade ✔︎ Support X.com and Twitter.com tweet links. ✔︎ Add websites, first name and last name fields. You can find emails with domain and name by some email hunters. 👋 FAQ https://twquotesexport.extensionsfox.com/#faq If you have any questions, please keep in touch via [email protected]. 🔒 DATA PRIVACY All data is processed in your local computer, never passing through our web server, and no one knows what you save.
एक्सटेंशन की मूल जानकारी
नाम | TwQuoteExport - Export X/Twitter Quotes |
ID | momebbjnpepjfdgnakekadenliadcooi |
आधिकारिक URL | https://chromewebstore.google.com/detail/twquoteexport-export-xtwi/momebbjnpepjfdgnakekadenliadcooi |
विवरण | One click to export quote list of any x/twitter tweets to CSV/Excel/JSON. scrape and save x.com quotes. |
फ़ाइल का आकार | 1.1 MB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2023-12-05 |
प्रकाशन तिथि | 2023-07-19 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | allysonx |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twquotesexport.extensionsfox.com |
गोपनीयता नीति पृष्ठ URL | https://twdm.extensionsfox.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.4", "homepage_url": "https:\/\/twquotesexport.extensionsfox.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |