Skip to content

Commit

Permalink
Merge branch 'master' of github.com:puemos/hls-downloader-chrome-exte…
Browse files Browse the repository at this point in the history
…nsion
  • Loading branch information
puemos committed Apr 24, 2020
2 parents 2686950 + 97fa0f0 commit 05a5c7f
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<p align="center">
<img src="./store_assets/png/sceenshot-1.png" width="450">
</p>

# HLS-downloader

>This extension is completely free and published under the MIT license. However, if you are using it and enjoy it, you are welcome to [making a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9KTFNHLYAJ5EE&source=url
) of your choice.

Google Chrome Extension for sniffing and downloading [HTTP Live streams (HLS)](https://en.wikipedia.org/wiki/HTTP_Live_Streaming)
Web Extension for sniffing and downloading [HTTP Live streams (HLS)](https://en.wikipedia.org/wiki/HTTP_Live_Streaming)

<img src="./src/extension/store-assets/png/1.png" width="350">


[![Firefox Addons](https://ffp4g1ylyit3jdyti1hqcvtb-wpengine.netdna-ssl.com/addons/files/2015/11/get-the-addon.png)](https://addons.mozilla.org/en-US/firefox/addon/hls-downloader/)
[![Chrome Web Store](https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png)](https://chrome.google.com/webstore/detail/hls-downloader/apomkbibleomoihlhhdbeghnfioffbej)

[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components) [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://github.com/storybooks/storybook)

[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)

**Table of Contents**
- [Storybook](#storybook)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
Expand All @@ -23,19 +23,9 @@ Google Chrome Extension for sniffing and downloading [HTTP Live streams (HLS)](h
- [License](#license)


## Storybook

- `npm install`
- `npm run storybook`

## Installation

- `npm install`
- `npm run build`
- Open `chrome://extensions` in Chrome
- Turn on `Developer mode`
- Click `Load unpacked`
- Choose `<REPO_PATH>/build`

TODO: Write installation instructions

## Usage

Expand Down

0 comments on commit 05a5c7f

Please sign in to comment.