Skip to content

Commit

Permalink
Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Jul 25, 2023
1 parent 0118d27 commit 19af639
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ The freevee ad text contains the ad length which is matched by
and then skipped by forwarding by the ad length -1 second which will fix a lot of issues.

## Run the Extension

## Firefox

### Install web-ext and Firefox
```npm install --global web-ext```
## Run
Expand All @@ -197,6 +200,11 @@ Create a profile named ``test`` in Firefox in the ``about:profiles`` page. Then

```npm run profile```

## Chrome

To run the extension in chrome you can just load the ``dist`` folder as an unpacked extension. But every time you modify the code you have to reload the extension.
I primarily just develop in firefox and then copy the code into chrome and replace ``browser`` with ``chrome`` in the code.

## Disclaimer

Netflix, Amazon Prime video and Disney+ are trademarks and the author of this addon is not affiliated with these companies.

0 comments on commit 19af639

Please sign in to comment.