Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Jul 21, 2024
1 parent dffd392 commit 1a31796
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
streamyx-extension.crx
streamyx-extension.pem
16 changes: 13 additions & 3 deletions README.md
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`)
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Streamyx",
"description": "Intercept DRM requests, view logs from EME session and copy ready commands for Streamyx CLI",
"version": "0.2.0",
"manifest_version": 2,
"background": {
Expand Down

0 comments on commit 1a31796

Please sign in to comment.