您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a context menu item to download media from supported video sites using a direct URL.
当前为
This Tampermonkey/Greasemonkey script enhances your browsing experience by adding a convenient context menu item to download media from various popular websites using the Cobalt API. Instead of manually searching for download links or using external tools, you can now directly download media with a single right-click.
The script defaults to using cobalt.tools
as the API URL. To change this:
cobalt.tools
or a self-hosted instance address, remember no protocol).The script requires the following permissions:
GM_registerMenuCommand
: Allows the script to add items to the Tampermonkey menu.GM_openInTab
: Allows the script to open the Cobalt API URL in a new tab.GM_getValue
and GM_setValue
: Allows the script to store and retrieve the API URL configuration.This script is released under the MIT License.