persepolisdm / Persepolis-WebExtension

WebExtension integration for Persepolis download manager
http://persepolisdm.github.io
GNU General Public License v3.0
73 stars 9 forks source link

Persepolis Extension does not work on Brave browser #25

Closed Monirzadeh closed 4 years ago

Monirzadeh commented 4 years ago

System Details:

hi I install Persepolis Extention on Brave browser but the Extention not working is it necessary to active specific service in BSPWM? BSPWM

JafarAkhondali commented 4 years ago

Hey @Monirzadeh Currently we are not officially support Brave browser. But as a work around, you can make it work by adding an specific native host. Create a file in ~/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/com.persepolis.pdmchromewrapper.json

{"name": "com.persepolis.pdmchromewrapper", "type": "stdio", "path": "/home/YOUR_USERNAME/.config/persepolis_download_manager/persepolis_run_shell", "description": "Integrate Persepolis with chromium using WebExtensions", "allowed_origins": ["chrome-extension://legimlagjjoghkoedakdjhocbeomojao/"]}

We'll fix it in next version.

Monirzadeh commented 4 years ago

hi @JafarAkhondali I do that but it does not work for me

JafarAkhondali commented 4 years ago

@Monirzadeh Sorry updated the code. You'll need to replace YOUR_USERNAME with yours.

Monirzadeh commented 4 years ago

@Monirzadeh Sorry updated the code. You'll need to replace YOUR_USERNAME with yours.

thanks I fix manualy please add brave support in next release

JafarAkhondali commented 4 years ago

@Monirzadeh ok sure.