Media Harvest : twitter Media Downloader
443 ratings
)21 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
GIguyjoe
Sep 19, 2024
Crash on Use
So I don't know what the hell happened on X's backend but now whenever I try to download and save something, it crashes the browser. Any chance this can be fixed soon?
Noob Fun Gaming
Aug 8, 2024
Does this extension have a download limit?
If so, how can I increase the download limit of this extension?
José Encarnação
Jul 17, 2024
Button doesn't show when Videos have links
Hi.
Love this extension.
But it doesn't work whem there's an <a> tag after the video, namely with the following properties after HREF:
dir="ltr" rel="noopener noreferrer nofollow" target="_blank"
I've tried to make a Tampermonkey script to remove those, but your extension runs before Tampermonkey scripts:
// ==UserScript==
// @name Twitter remove A tags with properties used on videos
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Remove <a> tags with specific properties on X.com
// @author Your Name
// @match https://*.x.com/*
// @icon https://www.google.com/s2/favicons?domain=x.com
// @grant none
// remove <A> tags with the following properties:
// dir="ltr" rel="noopener noreferrer nofollow" target="_blank"
// ==/UserScript==
(function() {
'use strict';
function removeSpecificATags() {
// Get all <a> tags in the document
var links = document.getElementsByTagName('a');
// Iterate through the <a> tags in reverse to avoid issues while removing
for (var i = links.length - 1; i >= 0; i--) {
var link = links[i];
// Check if the <a> tag has the specific properties
if (link.getAttribute('dir') === 'ltr' &&
link.getAttribute('rel') === 'noopener noreferrer nofollow' &&
link.getAttribute('target') === '_blank') {
// Remove the <a> tag and its content
var parent = link.parentNode;
parent.removeChild(link);
}
}
}
// Run the function initially
removeSpecificATags();
// Run the function periodically to handle dynamically loaded content
setInterval(removeSpecificATags, 3000);
})();
Can you please help?
Nina Lehikoinen
Jul 2, 2024
download videos from PM
is it possible to download videos from PM/chat/messages? i dont see any download buttons there
Remnant Disciple Lazzaro - Revelation 12:17
May 18, 2024
Media Harvest : twitter Media Downloader
Is it possible to download the app? What i mean is, i use "UR Browser" and the developer has not yet updated their browser which uses Chrome, and so just recently another app i used to download twitter videos stopped working. So i found yours and with the browser i am using right now [UR Browser] which i like due to privacy design, i am unable to install the your plugin due to receiving a message that this browser requires an update, which again, i am unable to update right now. So is it possible you can offer your app as a download available package which then i am able to install in it in this browser using "CrossPilot" ?
きゅー
May 18, 2024
Defect report
When I tried to download it from around the evening of May 18th, a pop-up message appeared saying that the download was prohibited, and I was unable to download it
Jk J
May 18, 2024
Can you add a shortcut key + download button to open the media(s) to another tab(s)?
It would be nice to access the original files in cache without having to download myself.
CM2
May 17, 2024
Download as archive
Maybe an option to download tweets with multiple image as .zip is possible?
Hengstmilch
Apr 27, 2024
complete media from a Account
Is it possible to back up the complete file folder of a user?
If so, I can't find a suitable button.
Mikey Dy
Apr 18, 2024
Ungoogled Chromium problem
I tried using it on Ungoogled chromium but the media is not saving automatically in the folder unlike chrome. It always prompt on where to save. Is there a way to solve this? Is there a way for it to work same as in chrome