twitch2x

Real-time GPU video upscaling via WebGPU.

As of June 2026, twitch2x has 5 users in the Entertainment category.

Usersno change0%
5
5
Ratingno change0%
— reviews
Reviewsno change0%
Version
0.1.1
Manifest V3
90-day change · In the last 90 days this extension 1 version update.

History

5 snapshots

Tracking since May 17, 2026.

7.1664.84May 17, 2026Jun 13, 2026
View as table
DateUsersRatingReviewsVersion
May 17, 20260.1.0
May 23, 20260.1.0
May 30, 202650.1.1
Jun 5, 202670.1.1
Jun 13, 202660.1.1
Now50.1.1

Changelog

  • May 23, 2026
    description
    twitch2x enhances Twitch live streams in real time using your GPU.
    
      It captures each video frame, runs it through a small neural-network upscaler that adds detail and reduces compression artifacts, and paints the result
      back over the player. The whole pipeline runs locally inside your browser on WebGPU. Nothing is uploaded, no servers are involved, no data is collected.
    
      The extension was built because Twitch's source bitrate is capped — even on 1080p60 channels you can see banding in dark scenes, mosquito noise around HUD
       text, and softness in fast motion. twitch2x doesn't recover what the encoder threw away (nothing can), but it cleans the artifacts and produces a
      noticeably sharper image, particularly on game streams with crisp UI overlays.
    
      WHAT IT DOES
    
      • Overlays an enhanced canvas on the Twitch player while leaving the video element intact (so chat overlays, controls, and ads keep working).
      • Adapts to your monitor's refresh rate — the canvas presents at native display rate by duplicating enhanced frames when the GPU is briefly busy, so the
      picture stays smooth even when enhancement runs slower than the source video.
      • Provides side-by-side compare: drag a vertical handle across the player to see the original on the left and the enhanced output on the right.
    
      CONTROLS
    
      A floating toolbar appears at the top of the Twitch player:
      • Enhance — toggles enhancement on/off.
      • Standard / Ultra — switches between a fast 2x preset (60fps real-time on most discrete GPUs) and a heavier 3x preset that adds an extra cleanup pass.
      • Compare — opens a side-by-side splitter.
      • Stats — shows FPS, GPU time per frame, and dropped-frame counts.
    
      PRIVACY
    
      twitch2x makes zero network calls. All ML inference runs locally on your GPU. Your settings persist via browser storage and never leave your device.
    
      REQUIREMENTS
    
      • Brave or Chrome with WebGPU enabled.
      • A GPU. Integrated graphics work but the Ultra preset will not be real-time. RX 6000 / RTX 3000 series or better is recommended for Ultra.
      • Linux on Wayland: launch your browser with the flags shown in the About panel — Wayland's hardware video overlay otherwise hides the video pixels from
      the renderer and the extension shows a one-time setup notice.
    
      CREDITS
    
      Upscaling networks from Anime4K (bloc97 et al.) and the WebGPU port by the Anime4KWebBoost team. Both MIT-licensed and credited inside the extension.
    
      This extension is independent and not affiliated with Twitch.
    PixelLift sharpens live video playback in real time, entirely on your GPU.
      
      It captures each video frame, runs it through a small neural-network
      upscaler that adds detail and reduces compression artifacts, then paints
      the result back over the player. The whole pipeline runs locally inside
      your browser via WebGPU — nothing is uploaded, no servers, no data
      collection.
      
      WHAT IT DOES
      
      • Overlays an enhanced canvas over the page's video element while leaving
        the original intact, so existing controls, chat, and ads keep working.
      • Adapts to your monitor's refresh rate — the canvas presents at native
        display rate by duplicating enhanced frames when the GPU is briefly
        busy, so the picture stays smooth.
      • Side-by-side compare: drag a vertical handle across the player to see
        the original on one side and the enhanced output on the other.
      
      CONTROLS
      
      A floating toolbar appears at the top of the video player:
      • Enhance — toggles enhancement on/off.
      • Standard / Ultra — switches between a fast preset (60fps real-time on
        most discrete GPUs) and a heavier preset with an extra cleanup pass.
      • Compare — opens the side-by-side splitter.
      • Stats — shows FPS, GPU time per frame, and dropped-frame counts.
      
      PERFORMANCE
      
      • Standard: roughly 10–20 ms per frame on a modern discrete GPU.
      • Ultra: roughly 50–70 ms per frame; GPU-bound on most hardware.
      
      A built-in stats overlay shows actual numbers on your machine.
      
      PRIVACY
      
      PixelLift makes zero network calls. All inference runs locally on your
      GPU. Settings persist via browser storage and never leave your device.
      
      REQUIREMENTS
      
      • Chromium-based browser with WebGPU enabled.
      • A GPU. Integrated graphics will work but the Ultra preset will not be
        real-time. RX 6000 / RTX 3000 series or better is recommended for
        Ultra.
      • Currently supports twitch.tv channel pages; additional sites planned.
      
      CREDITS
      
      The upscaling networks are from Anime4K (bloc97 et al.) and the WebGPU
      port by the Anime4KWebBoost team — both MIT-licensed and credited
      inside the extension.
  • May 23, 2026
    short_description
    Stream enhancement overlay for Twitch
    Real-time GPU video upscaling via WebGPU.

Permissions & access

Permissions
storage
Host access
https://www.twitch.tv/*, https://*.twitch.tv/*

Screenshots

twitch2x screenshot 1twitch2x screenshot 2twitch2x screenshot 3twitch2x screenshot 4twitch2x screenshot 5

About

PixelLift sharpens live video playback in real time, entirely on your GPU.
  
  It captures each video frame, runs it through a small neural-network
  upscaler that adds detail and reduces compression artifacts, then paints
  the result back over the player. The whole pipeline runs locally inside
  your browser via WebGPU — nothing is uploaded, no servers, no data
  collection.
  
  WHAT IT DOES
  
  • Overlays an enhanced canvas over the page's video element while leaving
    the original intact, so existing controls, chat, and ads keep working.
  • Adapts to your monitor's refresh rate — the canvas presents at native
    display rate by duplicating enhanced frames when the GPU is briefly
    busy, so the picture stays smooth.
  • Side-by-side compare: drag a vertical handle across the player to see
    the original on one side and the enhanced output on the other.
  
  CONTROLS
  
  A floating toolbar appears at the top of the video player:
  • Enhance — toggles enhancement on/off.
  • Standard / Ultra — switches between a fast preset (60fps real-time on
    most discrete GPUs) and a heavier preset with an extra cleanup pass.
  • Compare — opens the side-by-side splitter.
  • Stats — shows FPS, GPU time per frame, and dropped-frame counts.
  
  PERFORMANCE
  
  • Standard: roughly 10–20 ms per frame on a modern discrete GPU.
  • Ultra: roughly 50–70 ms per frame; GPU-bound on most hardware.
  
  A built-in stats overlay shows actual numbers on your machine.
  
  PRIVACY
  
  PixelLift makes zero network calls. All inference runs locally on your
  GPU. Settings persist via browser storage and never leave your device.
  
  REQUIREMENTS
  
  • Chromium-based browser with WebGPU enabled.
  • A GPU. Integrated graphics will work but the Ultra preset will not be
    real-time. RX 6000 / RTX 3000 series or better is recommended for
    Ultra.
  • Currently supports twitch.tv channel pages; additional sites planned.
  
  CREDITS
  
  The upscaling networks are from Anime4K (bloc97 et al.) and the WebGPU
  port by the Anime4KWebBoost team — both MIT-licensed and credited
  inside the extension.

Technical

Version
0.1.1
Manifest
V3
Size
1.84MiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ednekgdgbeofljemaiengfjbbikneoka
Developer ID
u131307401c1281397ec668f71e8b92ae
Developer Email
[email protected]
Created
May 16, 2026
Last Updated (Store)
May 18, 2026
Last Scraped
Jun 13, 2026
Website
Support URL

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