├── .gitignore
├── Brisk-Demo.gif
├── README.md
├── app
├── images
│ ├── logo128.png
│ ├── logo16.png
│ ├── logo32.png
│ └── logo48.png
├── manifest.json
├── pages
│ └── popup.html
├── scripts
│ ├── background.js
│ ├── common.js
│ ├── content-script.js
│ └── popup.js
└── styles
│ └── common.css
├── build-script.sh
├── package.json
└── yarn.lock
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | dist
3 | .idea
--------------------------------------------------------------------------------
/Brisk-Demo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BrisklyDev/brisk-browser-extension/17c2804882a7000c3bde406b1bf20b593c82ae1f/Brisk-Demo.gif
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | [](https://github.com/AminBhst/brisk/releases)
2 | 
3 |
4 |
5 |
6 |
Browser extension for Brisk Download Manager
7 | 8 | 9 | ## :package: Installation 10 | #### Chrome / Edge / Opera 11 | [link-chrome]: https://github.com/AminBhst/brisk-browser-extension/releases/latest 'Version published on Chrome Web Store' 12 | 13 | [For the above browsers, you'll need to manually download and install the latest version from releases. To see the step-by-step installation guide, open Brisk and click on the "Get Extension" button in the top menu.
16 | 17 | #### Firefox 18 | [link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/brisk/ 19 | 20 | [