Tube Tosser icon

Tube Tosser

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-16.

Extension Actions

CRX ID
aajmehmbageehlilfonjldbgfjaobkhf
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

Adds button to video pages to launch video:// and audio:// protocol handlers

Image from store
Tube Tosser
Description from store

You can create your own protocol handlers in windows registry with:

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\video]
"URL Protocol"=""
[HKEY_CLASSES_ROOT\video\shell]
[HKEY_CLASSES_ROOT\video\shell\open]
[HKEY_CLASSES_ROOT\video\shell\open\command]
@="C:\\Programs\\[your_batch_file].bat \"%1\""

[HKEY_CLASSES_ROOT\audio]
"URL Protocol"=""
[HKEY_CLASSES_ROOT\audio\shell]
[HKEY_CLASSES_ROOT\audio\shell\open]
[HKEY_CLASSES_ROOT\audio\shell\open\command]
@="C:\\Programs\\[your_batch_file].bat \"%1\""