mirror of
https://github.com/movixcorp/MovixOpenSource.git
synced 2026-07-27 00:52:08 +00:00
Userscript : Auto Update
This commit is contained in:
parent
2eacbcc88f
commit
56db6b3749
1 changed files with 4 additions and 2 deletions
|
|
@ -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",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue