Twlets: Twitter to Excel
Download tweets, followers, likes and more from Twitter to Excel with a single click.
What is Twlets: Twitter to Excel?
Twlets: Twitter to Excel is a Chrome extension developed by https://twlets.com, and its main feature is "Download tweets, followers, likes and more from Twitter to Excel with a single click.".
Extension Screenshots
Download Twlets: Twitter to Excel Extension CRX File
Download Twlets: Twitter to Excel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get any public Twitter user's tweets, followers, following, likes, replies, retweets, media (photos and videos) and list members' information (see twlets.com for the limits)... Twlets allows you download (export) Twitter information as MS Excel (.XLSX) files.
Extension Basic Information
Name | |
ID | glmadnnfibhnhgboophnodnhbjdogiec |
Official URL | https://chromewebstore.google.com/detail/twlets-twitter-to-excel/glmadnnfibhnhgboophnodnhbjdogiec |
Description | Download tweets, followers, likes and more from Twitter to Excel with a single click. |
File Size | 27.22 KB |
Installation Count | 11,281 |
Current Version | 0.3.1 |
Last Updated | 2020-12-14 |
Publish Date | 2019-05-26 |
Rating | 2.96/5 Total 70 Ratings |
Developer | https://twlets.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://twlets.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Twlets" }, "name": "Twlets: Twitter to Excel", "short_name": "Twlets", "description": "Download tweets, followers, likes and more from Twitter to Excel with a single click.", "homepage_url": "https:\/\/twlets.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "https:\/\/twlets.com\/*", "https:\/\/twitter.com\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "version": "0.3.1", "manifest_version": 2, "author": "Talha Oz" } |