Skip to content

Instantly share code, notes, and snippets.

View youtubetomp3converterapi's full-sized avatar
🌿
https://api.vevioz.com

Vevioz Enterprise youtubetomp3converterapi

🌿
https://api.vevioz.com
View GitHub Profile
// ==UserScript==
// @name Vevioz Youtube Downloader
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported).
// @icon https://assets.vevioz.com/addons/images/favicon.ico
//
// @author Vevioz Enterprise
// @namespace https://developers.vevioz.com
//
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
// @copyright Copyright (C) 2022, by Developer.vevioz.com
// ==UserScript==
// @name Vevioz Youtube Downloader
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported).
// @icon https://assets.vevioz.com/addons/images/favicon.ico
//
// @author Vevioz Enterprise
// @namespace https://developers.vevioz.com
//
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
// @copyright Copyright (C) 2022, by Developer.vevioz.com
@youtubetomp3converterapi
youtubetomp3converterapi / veviozytdl.user.js
Created March 21, 2023 00:47
Vevioz YTDL user script
// ==UserScript==
// @name Vevioz Youtube Downloader
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported).
// @icon https://assets.vevioz.com/addons/images/favicon.ico
//
// @author Vevioz Enterprise
// @namespace https://developers.vevioz.com
//
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
// @copyright Copyright (C) 2022, by Developer.vevioz.com
@youtubetomp3converterapi
youtubetomp3converterapi / YoutubeDownloader.user.js
Last active March 21, 2023 00:19
This allows All browser users to download and convert YouTube videos to mp3 (320) kbps files and also videos with a variety of high quality options 2160p (4k), 1440p (2k), 1080p (HD), 720p (HD), 480p, 360p, 144p etc. This video quality is supported for all available video formats (MP4, WEBM, 3GP). Then Visit https://www.youtube.com/new
// ==UserScript==
// @name Vevioz Youtube Downloader
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported).
// @icon https://assets.vevioz.com/addons/images/favicon.ico
//
// @author Vevioz Enterprise
// @namespace https://developers.vevioz.com
//
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
// @copyright Copyright (C) 2022, by Developer.vevioz.com
@youtubetomp3converterapi
youtubetomp3converterapi / yt-vevioz.user.js
Last active March 21, 2023 00:29 — forked from qya/yt-vevioz.js
TamperMonkey JS for Vevioz Youtube Downloader
// ==UserScript==
// @name Vevioz Youtube Downloader
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported).
// @icon https://assets.vevioz.com/addons/images/favicon.ico
//
// @author Vevioz Enterprise
// @namespace https://developers.vevioz.com
//
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
// @copyright Copyright (C) 2022, by Developer.vevioz.com
@youtubetomp3converterapi
youtubetomp3converterapi / index.html
Created February 16, 2019 00:11
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@youtubetomp3converterapi
youtubetomp3converterapi / YoutubeDownloader.user.js
Last active December 24, 2022 07:43
This allows All browser users to download and convert YouTube videos to mp3 (320) kbps files and also videos with a variety of high quality options 2160p (4k), 1440p (2k), 1080p (HD), 720p (HD), 480p, 360p, 144p etc. This video quality is supported for all available video formats (MP4, WEBM, 3GP). Then Visit https://www.youtube.com/new
// ==UserScript==
// @name Vevioz Youtube Downloader
// @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported).
// @icon https://assets.vevioz.com/addons/images/favicon.ico
//
// @author Vevioz Enterprise
// @namespace https://developers.vevioz.com
//
// @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt
// @copyright Copyright (C) 2022, by Developer.vevioz.com