mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 08:18:19 +00:00
[1.2.7] new domain name
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user