-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dffd392
commit 1a31796
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.DS_Store | ||
streamyx-extension.crx | ||
streamyx-extension.pem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# streamyx-extension | ||
# Streamyx Chrome Extension | ||
|
||
Intercept DRM requests, view logs from EME session and copy ready commands for Streamyx CLI | ||
|
||
## Installation | ||
|
||
1. Enable **Developer Mode** in [Chrome Extensions](chrome://extensions/) | ||
2. Click on **Load Unpacked** | ||
3. Select folder where you extracted zip downloaded from [Releases](https://github.com/vitalygashkov/streamyx-extension/releases) page | ||
4. Done! | ||
|
||
## Features | ||
|
||
- Copy **Streamyx** command for your shell to clipboard and run it with Streamyx (>= v4.0.0-beta.46) to get content decryption keys | ||
- Block disposable tokens | ||
- **Notifications** about intercepted request with button to **copy Streamyx command** for your shell (run it using Streamyx >= v4.0.0-beta.46 to extract content decryption keys) | ||
- Encrypted Media Extensions (EME) logging in Developer Tools console (**session ID, key ID, PSSH**, etc.) | ||
- Request **blocking** to catch license requests with disposable / one time tokens (you can add your own list of servers to block in `./src/worker.js`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters