Userscript : Auto Update

This commit is contained in:
Movix 2026-07-05 00:32:58 +02:00
parent 2eacbcc88f
commit 56db6b3749

View file

@ -1,9 +1,11 @@
// ==UserScript==
// @name Movix Proxy Extension (Tampermonkey)
// @namespace https://movix.cash
// @version 1.4.6
// @version 1.4.7
// @description Extension proxy pour Live TV Movix - Contourne CORS, injecte les headers et extrait les sources Nexus - version userscript Tampermonkey
// @author Movix
// @updateURL https://github.com/movixcorp/MovixOpenSource/raw/refs/heads/main/userscript/movix.user.js
// @downloadURL https://github.com/movixcorp/MovixOpenSource/raw/refs/heads/main/userscript/movix.user.js
// @match http://localhost/*
// @match http://127.0.0.1/*
// @match https://localhost/*
@ -39,7 +41,7 @@
const USERSCRIPT_MANIFEST = {
name: "Movix Proxy Extension",
version: "1.4.0",
version: "1.4.7",
description:
"Extension proxy pour Live TV Movix - Contourne CORS, injecte les headers et extrait les sources Nexus",
};