TwitterImageDownloader
Help you to download images from twitter timeline
What is TwitterImageDownloader?
TwitterImageDownloader is a Chrome extension developed by https://eivy.github.io, and its main feature is "Help you to download images from twitter timeline".
Extension Screenshots
Download TwitterImageDownloader Extension CRX File
Download TwitterImageDownloader 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
Show images with grid style from twitter timeline Download selected images at once
Extension Basic Information
Name | TwitterImageDownloader |
ID | dnhmnoiaabdhoelhlalgcfpolakhaemp |
Official URL | https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp |
Description | Help you to download images from twitter timeline |
File Size | 47.87 KB |
Installation Count | 1,365 |
Current Version | 2.1.0 |
Last Updated | 2020-01-28 |
Publish Date | 2020-01-28 |
Rating | 4.23/5 Total 13 Ratings |
Developer | https://eivy.github.io |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Help you to download images from twitter timeline", "manifest_version": 2, "name": "TwitterImageDownloader", "version": "2.1.0", "homepage_url": "https:\/\/github.com\/Eivy\/TwitterImageDownloader", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TwitterImageDownloader", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "downloads", "storage", "webRequest", "*:\/\/*.twitter.com\/*" ], "icons": { "48": "icon48.png", "96": "icon96.png" } } |