Skip to content

Commit

Permalink
supporting wget for Chrome and Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
belaviyo committed Jul 2, 2017
1 parent fff1b9c commit 737bea3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

exports.id = 'com.add0n.native_client';
exports.version = '0.1.8';
exports.version = '0.1.9';

exports.ids = {
chrome: [
Expand All @@ -15,6 +15,8 @@ exports.ids = {
'jjbbcngfknmgdlekfofhaagmogeifbpc', // Download with JDownloader (Opera)
'hlbdmmifbcfpccdnoknhdfcifiglaihb', // Download with DAP (Chrome)
'ekeecmblpnobdaijmfkcfcnofopooipg', // Download with DAP (Opera)
'jplcfomghgpjlgglocndioeceojhoika', // Download with Wget (Chrome)
'cmddfbnhpokddncdalabdlmdckcdmboh', // Download with Wget (Opera)
],
firefox: [
'{3e0ac434-26e0-4c03-b757-3078486800c3}', // Send to VLC
Expand Down

0 comments on commit 737bea3

Please sign in to comment.