Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Extension API: chrome.downloads.download #12859

Closed
jonathansampson opened this issue Jan 26, 2018 · 1 comment
Closed

Extension API: chrome.downloads.download #12859

jonathansampson opened this issue Jan 26, 2018 · 1 comment
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix

Comments

@jonathansampson
Copy link
Collaborator

https://developer.chrome.com/extensions/downloads#method-download

chrome.downloads.download(object options, function callback)

@jonathansampson
Copy link
Collaborator Author

As a quick test, I enabled the LastPass extension and modified its manifest to request the downloads permission. Upon restarting Brave, I ran the following from the extension's background page console:

chrome.downloads.download({ url: 'https://brave.com/images/brave_icon_shadow_300px_1.png' })

The response was Access to extension API denied..

@bsclifton bsclifton added fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix labels Jul 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix
Projects
None yet
Development

No branches or pull requests

2 participants