Twitter Media Saver
Save Twitter images and video with a click of a button
What is Twitter Media Saver?
Twitter Media Saver is a Chrome extension developed by Nikita Kartashov, and its main feature is "Save Twitter images and video with a click of a button".
Extension Screenshots
Download Twitter Media Saver Extension CRX File
Download Twitter Media Saver 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
Have you ever wanted to save the images & videos you see on twitter? Here is plugin for you! Just click on a button near Direct Messages icon and save whatever you want!
Extension Basic Information
Name | |
ID | ialfbkhnjhhgeplfephldjaofhggmkjn |
Official URL | https://chrome.google.com/webstore/detail/twitter-media-saver/ialfbkhnjhhgeplfephldjaofhggmkjn |
Description | Save Twitter images and video with a click of a button |
File Size | 432 KB |
Installation Count | 44 |
Current Version | 1.0.0.5 |
Last Updated | 2019-05-28 |
Publish Date | 2019-05-28 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Nikita Kartashov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nkartashov/twitter-media-saver |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Media Saver", "description": "Save Twitter images and video with a click of a button", "version": "1.0.0.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "js\/libs\/jquery.min.js", "js\/raf-ff-fix.js", "js\/fontawesome.js", "js\/contentscript.js" ] } ] } |