From 658a53b84460bf233f56821242df93c83cc5d7aa Mon Sep 17 00:00:00 2001 From: vermillion-dev Date: Tue, 11 May 2021 20:51:13 +0800 Subject: [PATCH] [1.2.7] new domain name --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index d54b3c5..52a6c39 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "BetterYGG", - "version": "1.2.6", + "version": "1.2.7", "description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!", "icons": { "16": "img/flexgg16.png", @@ -28,22 +28,22 @@ ], "content_scripts": [ { - "matches": ["https://*.yggtorrent.se/torrent/*"], + "matches": ["https://*.yggtorrent.li/torrent/*"], "run_at": "document_idle", "js": ["js/utilsFunctions.js", "contentScripts/addTorrent/addTorrent.js"] }, { - "matches": ["https://*.yggtorrent.se/"], + "matches": ["https://*.yggtorrent.li/"], "run_at": "document_idle", "js": [ "contentScripts/homePage.js"] }, { - "matches": ["https://*.yggtorrent.se/*"], + "matches": ["https://*.yggtorrent.li/*"], "run_at": "document_idle", "js": ["js/utilsFunctions.js", "contentScripts/allPages/allPages.js"] }, { - "matches": ["https://*.yggtorrent.se/engine/search*"], + "matches": ["https://*.yggtorrent.li/engine/search*"], "run_at": "document_idle", "js": ["js/utilsFunctions.js", "contentScripts/search/search.js"]