Skip to content

Feature Preview (Supporter‐Only)

Kevin edited this page Apr 26, 2025 · 7 revisions

image

Access: Exclusive to 💎 Supporters & Feature Testers

Welcome to the Feature Preview documentation for Crude Viewer Amplifier (CVAmp). Here you’ll find early insights into upcoming functionality. Use this guide to explore, test, and provide feedback on each feature.


1. Logged-In Instances via Tokens

CVAmp uses Twitch auth tokens to authenticate viewer instances without passwords.

How to Obtain & Use Twitch Tokens:

  1. Open an incognito/private browser window.
  2. Sign Up or Log In to a new Twitch account.
  3. Grab Your Token: Follow the steps at Twitch-DL auth-token tutorial.
  4. Do Not Logout: Closing the window preserves token validity; logging out invalidates it.
  5. Save Tokens: Paste each token on its own line in config/twitch_token_list.txt.

Usage in CVAmp:

  • CVAmp pairs each proxy and token by line: entry N in proxy_list.txt matches line N in twitch_token_list.txt.
  • If successfully authenticated, the instance status box will show a blue color image

2. Instance Context Menu

Quick actions available via right-click on an instance box.

image

Action Description
Infos View instance ID, username, login status, follow status, token & proxy, and flags
Refresh Reload the instance.
Restart Completely restart this instance.
Kill Force-close the instance.
Screenshot Capture and save the current view to disk, popup will open automatically.
Follow Have this instance follow the current Twitch channel immediately.
Ads-Seen Flag True if this instance has ever encountered an ad in his lifetime
Bot-Detect Flag True if Twitch encountered any errors. This does not necessarily mean something bad.

Note: Right-click the blue instance box to access these options.


3. Twitch Chat, Auto-Chat & Follow

  • Manual Chat:
    1. Select a username from the dropdown (or pick Random).
    2. Click into the message box, type your text and press enter to send.
  • Auto-Chat:
    1. Toggle Autoc​hat on.
    2. Define your interval range (e.g., 10–15 seconds) to randomize delays.
    3. CVAmp will send messages sequentially from chat_messages.txt; once at end, it loops.
    4. Use Send one message to trigger one random selected message from on random selected logged-in user.
  • Follow:
    1. Right-click on any blue instance box.
    2. Choose Follow to have that instance follow the current channel immediately.

4. Kick.com Support

CVAmp Feature Previews support Kick.com viewer instances.

Configure high-quality private proxies (e.g. from Webshare.io) in config/proxy_list.txt to bypass Cloudflare, then select Kick.com as the platform.

Tip: Reliable proxies ensure uninterrupted viewing on Kick.com.


5. Custom Element Hiding (hidden_css.yaml)

CVAmp can hide page elements to improve performance and declutter your view.

  1. Open config/hidden_css.yaml.
  2. Under each platform key (e.g., twitch, kick), list CSS selectors to hide.
  3. Save and restart CVAmp—hidden elements will no longer render.

Tip: Use your browser's dev tools to identify and test selectors quickly.