mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 16:38:21 +00:00
Add dl button and auto date sorting to search
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"web_accessible_resources" : [
|
||||
"contentScripts/addTorrent/accessAddTorrent.js",
|
||||
"contentScripts/allPages/accessAllPages.js",
|
||||
"css/style.css"
|
||||
"css/style.css",
|
||||
"img/download.png"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
@@ -39,6 +40,12 @@
|
||||
"matches": ["https://*.yggtorrent.ch/*"],
|
||||
"run_at": "document_idle",
|
||||
"js": ["js/utilsFunctions.js", "contentScripts/allPages/allPages.js"]
|
||||
},
|
||||
{
|
||||
"matches": ["https://www2.yggtorrent.ch/engine/search*"],
|
||||
"run_at": "document_idle",
|
||||
"js": ["js/utilsFunctions.js", "contentScripts/search/search.js"]
|
||||
|
||||
}
|
||||
],
|
||||
"manifest_version": 2
|
||||
|
||||
Reference in New Issue
Block a user