diff --git a/userscript/movix.user.js b/userscript/movix.user.js index 8c092b9..b8f9094 100644 --- a/userscript/movix.user.js +++ b/userscript/movix.user.js @@ -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", };