persepolisdm / persepolis

Persepolis Download Manager is a GUI for aria2.
https://persepolisdm.github.io
GNU General Public License v3.0
6.13k stars 647 forks source link

[Chrome Ex] Interrupt downloads is checked by re-opening chrome #897

Open alizera opened 2 years ago

alizera commented 2 years ago

System Details:

Issue: Chrome extension is checking the Interrupt Downloads automatically, I uncheck it and by closing and re-opening chrome (or restarting my system), it goes checked again.

naoseimaisquenomeusar commented 2 years ago
 The same problem is seen in Chrome on Linux -- any version of chrome and any version of Linux -- The download list is empty, creating difficulties in managing downloads. Perhaps, Persepolis should just copy Chrome's clipboard, not intercept. It is known that Chrome has several security devices that can make it difficult to access its internal mechanisms, but since there is a collaboration between the Persepolis team and the Chrome team, it should not be difficult to obtain license and information on how to copy the clipboard without intercepting it. Maybe Google is purposefully making it difficult to prevent downloads of proprietary protected content, but that shouldn't affect unprotected content. Perhaps it is more practical **_not_** to copy the browser's clipboard, but the buffer between the host system and the browser, and to use the clipboard only to reference the file fetched in the buffer; I believe this is the future.