Plex Player Experience

Custom next episode delay, sleep timer, audio boost and auto skip for intros and credits on Plex Web.

As of June 2026, Plex Player Experience has 70 users and a 5.00/5 rating from 1 reviews in the Entertainment category.

Usersup 7.7 percent+7.7%
70
70
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
2.0.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.

History

6 snapshots

Tracking since Apr 1, 2026.

72.5668.564.44Apr 1, 2026Jun 6, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 2026655.0011.5.2
Apr 19, 2026685.0011.5.2
May 4, 2026685.0011.5.2
May 13, 2026695.0011.5.2
May 25, 2026725.0011.5.2
Jun 6, 2026715.0011.5.2
Now705.0012.0.0

Changelog

  • Jun 6, 2026
    description
    Plex Player Experience
    
    Make Plex Web feel smarter. Set your own delay between episodes, boost the volume, add a sleep timer that pauses the video, and auto-skip intros and credits. Simple, fast controls that match Plex’s look.
    
    What it does
    
    • Next episode delay — choose Instant, 3 sec, 5 sec, or 10 sec
    • Volume booster — boost Plex tab audio with a slider (about 100%–1000%) using Web Audio*
    • Sleep timer — pauses playback after your chosen minutes, plus Start Sleep Now
    • Auto skip intro — toggle on/off
    • Auto skip credits — toggle on/off
    • Plex-style theme — dark background with gold accents
    
    * The booster uses the Web Audio API. Some DRM-protected streams/browsers may not allow boosting.
    
    How to use
    
    Open Plex Web in your browser.
    
    Click the extension icon.
    
    Set your next episode delay.
    
    Adjust Volume with the slider to boost the tab.
    
    Flip the skip toggles.
    
    Enter Sleep minutes (optional) and use Start Sleep Now to begin immediately.
    
    (Optional) Click More settings to add custom Plex origins (your domain or local IP).
    
    Custom sites
    
    You can add your own Plex addresses, for example:
    
    https://plex.mydomain.com/*
    http://76.xx.xx.xx/*
    
    
    Click Grant Access, then Save on the options page. The extension will run on those sites too.
    
    Permissions used
    
    • Storage — saves your settings locally and in Chrome sync
    • Scripting — registers the content script/CSS on Plex pages (and any custom origins you grant)
    • Host permissions — app.plex.tv, *.plex.direct, http://localhost/*, plus any custom origins you approve
    
    Privacy
    
    • No accounts, no analytics, no ads
    • No data leaves your browser — settings live in Chrome storage
    • Not affiliated with Plex
    
    Notes
    • Again, Not affiliated with Plex
    • Works on Plex Web (app.plex.tv), servers that use plex.direct, and your custom origins
    • If Instant doesn’t trigger in a fresh tab, click once in the page to allow autoplay, then it works normally
    
    
    Bug Fix: Added checks for isLiveTV to prevent looping attempts to skip episodes.
    Plex Player Experience
    
    Make Plex Web feel smarter. Set your own delay between episodes, boost the volume, add a sleep timer that pauses the video, and auto-skip intros and credits. Simple, fast controls that match Plex’s look.
    
    What's new in v2.0.0
    - Paused Keep Alive — sends timeline pings while the video is paused to prevent the server from timing out long pauses
    - Direct Download  — save the source file from your server just like on the apps (requires download permission on your account)
    - Download Stream — save the stream you're currently watching
    
    What it does
    
    • Next episode delay — choose Instant, 3 sec, 5 sec, or 10 sec
    • Volume booster — boost Plex tab audio with a slider (about 100%–1000%) using Web Audio*
    • Sleep timer — pauses playback after your chosen minutes, plus Start Sleep Now
    • Auto skip intro — toggle on/off
    • Auto skip credits — toggle on/off
    • KeepAlive — Keep the stream active when paused for too long
    • Download — download for offline re-viewing
    • Plex-style theme — dark background with gold accents
    
    * The booster uses the Web Audio API. Some DRM-protected streams/browsers may not allow boosting.
    
    How to use
    
    Open Plex Web in your browser.
    
    Click the extension icon.
    
    Set your next episode delay.
    
    Adjust Volume with the slider to boost the tab.
    
    Flip the skip toggles.
    
    Flip the Keep Alive toggle.
    
    Download for offline use. (You do need permissions from the Server Owner for direct download)
    
    Enter Sleep minutes (optional) and use Start Sleep Now to begin immediately.
    
    (Optional) Click More settings to add custom Plex origins (your domain or local IP).
    
    Custom sites
    
    You can add your own Plex addresses, for example:
    
    https://plex.mydomain.com/*
    http://76.xx.xx.xx/*
    
    Click Grant Access, then Save on the options page. The extension will run on those sites too.
    
    Permissions used
    
    • Storage — saves your settings locally and in Chrome sync
    • Scripting — registers content scripts and main-world hooks on Plex pages and approved custom origins
    • Downloads — invoked only when you click Download Original or Download Stream;
    • Host permissions — app.plex.tv, *.plex.direct, http://localhost/*, plus any custom origins you approve
    
    Privacy
    
    • No accounts, no analytics, no ads
    • No data leaves your browser — settings live in Chrome storage
    • Not affiliated with Plex
    
    *The extension does not bypass DRM or any content protection. Content that uses DRM cannot be captured.
    
    Notes
    • Again, Not affiliated with Plex
    • Works on Plex Web (app.plex.tv), servers that use plex.direct, and your custom origins
    • If Instant doesn’t trigger in a fresh tab, click once in the page to allow autoplay, then it works normally
    
    Technical notes (for reviewers)
    Stream capture observes the user's currently-playing Plex stream by hooking window.fetch in the page's main world (via chrome.scripting.registerContentScripts with world: "MAIN") to tee HLS segment responses into an in-memory buffer (capped at user-configurable 1-32 GB). On stream end or stop, captured segments are muxed into a single MP4 file using the bundled MP4Box.js library (BSD-3 licensed, vendored at lib/mp4box.all.min.js — no remote code loading) and saved via chrome.downloads. No segment URLs, bytes, or playback data leave the user's browser at any point.
    All features operate only on Plex Web (app.plex.tv, *.plex.direct) plus user-added custom domains via runtime permission grants.
  • Jun 6, 2026
    permissions
    storage, scripting
    storage, scripting, downloads

Permissions & access

Permissions
storagescriptingdownloads
Host access
https://app.plex.tv/*, https://*.plex.direct/*, http://*.plex.direct/*, http://localhost/*, http://127.0.0.1/*

Screenshots

Plex Player Experience screenshot 1Plex Player Experience screenshot 2Plex Player Experience screenshot 3Plex Player Experience screenshot 4Plex Player Experience screenshot 5

About

Plex Player Experience

Make Plex Web feel smarter. Set your own delay between episodes, boost the volume, add a sleep timer that pauses the video, and auto-skip intros and credits. Simple, fast controls that match Plex’s look.

What's new in v2.0.0
- Paused Keep Alive — sends timeline pings while the video is paused to prevent the server from timing out long pauses
- Direct Download  — save the source file from your server just like on the apps (requires download permission on your account)
- Download Stream — save the stream you're currently watching

What it does

• Next episode delay — choose Instant, 3 sec, 5 sec, or 10 sec
• Volume booster — boost Plex tab audio with a slider (about 100%–1000%) using Web Audio*
• Sleep timer — pauses playback after your chosen minutes, plus Start Sleep Now
• Auto skip intro — toggle on/off
• Auto skip credits — toggle on/off
• KeepAlive — Keep the stream active when paused for too long
• Download — download for offline re-viewing
• Plex-style theme — dark background with gold accents

* The booster uses the Web Audio API. Some DRM-protected streams/browsers may not allow boosting.

How to use

Open Plex Web in your browser.

Click the extension icon.

Set your next episode delay.

Adjust Volume with the slider to boost the tab.

Flip the skip toggles.

Flip the Keep Alive toggle.

Download for offline use. (You do need permissions from the Server Owner for direct download)

Enter Sleep minutes (optional) and use Start Sleep Now to begin immediately.

(Optional) Click More settings to add custom Plex origins (your domain or local IP).

Custom sites

You can add your own Plex addresses, for example:

https://plex.mydomain.com/*
http://76.xx.xx.xx/*

Click Grant Access, then Save on the options page. The extension will run on those sites too.

Permissions used

• Storage — saves your settings locally and in Chrome sync
• Scripting — registers content scripts and main-world hooks on Plex pages and approved custom origins
• Downloads — invoked only when you click Download Original or Download Stream;
• Host permissions — app.plex.tv, *.plex.direct, http://localhost/*, plus any custom origins you approve

Privacy

• No accounts, no analytics, no ads
• No data leaves your browser — settings live in Chrome storage
• Not affiliated with Plex

*The extension does not bypass DRM or any content protection. Content that uses DRM cannot be captured.

Notes
• Again, Not affiliated with Plex
• Works on Plex Web (app.plex.tv), servers that use plex.direct, and your custom origins
• If Instant doesn’t trigger in a fresh tab, click once in the page to allow autoplay, then it works normally

Technical notes (for reviewers)
Stream capture observes the user's currently-playing Plex stream by hooking window.fetch in the page's main world (via chrome.scripting.registerContentScripts with world: "MAIN") to tee HLS segment responses into an in-memory buffer (capped at user-configurable 1-32 GB). On stream end or stop, captured segments are muxed into a single MP4 file using the bundled MP4Box.js library (BSD-3 licensed, vendored at lib/mp4box.all.min.js — no remote code loading) and saved via chrome.downloads. No segment URLs, bytes, or playback data leave the user's browser at any point.
All features operate only on Plex Web (app.plex.tv, *.plex.direct) plus user-added custom domains via runtime permission grants.

Technical

Version
2.0.0
Manifest
V3
Size
72.62KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
fkbbggeegbpchpbbjnkfcechcadieihi
Developer ID
uf7d0cc89fe7097c889cebedd7a07c0ee
Developer Email
[email protected]
Created
Oct 6, 2025
Last Updated (Store)
May 28, 2026
Last Scraped
Jun 6, 2026
Website
Support URL

Similar extensions

Alternatives to Plex Player Experience, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 6, 2026.