Skip to content

Commit 1a31796

Browse files
committed
update description
1 parent dffd392 commit 1a31796

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.DS_Store
2+
streamyx-extension.crx
3+
streamyx-extension.pem

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# streamyx-extension
1+
# Streamyx Chrome Extension
2+
3+
Intercept DRM requests, view logs from EME session and copy ready commands for Streamyx CLI
4+
5+
## Installation
6+
7+
1. Enable **Developer Mode** in [Chrome Extensions](chrome://extensions/)
8+
2. Click on **Load Unpacked**
9+
3. Select folder where you extracted zip downloaded from [Releases](https://github.com/vitalygashkov/streamyx-extension/releases) page
10+
4. Done!
211

312
## Features
413

5-
- Copy **Streamyx** command for your shell to clipboard and run it with Streamyx (>= v4.0.0-beta.46) to get content decryption keys
6-
- Block disposable tokens
14+
- **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)
15+
- Encrypted Media Extensions (EME) logging in Developer Tools console (**session ID, key ID, PSSH**, etc.)
16+
- 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`)

manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "Streamyx",
3+
"description": "Intercept DRM requests, view logs from EME session and copy ready commands for Streamyx CLI",
34
"version": "0.2.0",
45
"manifest_version": 2,
56
"background": {

0 commit comments

Comments
 (0)