HSites Tools

This commit is contained in:
Hell13Cat
2022-05-10 22:24:21 +03:00
parent 0f31682f4f
commit ab745f9437
7 changed files with 58 additions and 23 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"manifest_version": 2,
"name": "HSites tools",
"version": "0.2.0",
"description": "Hentai sites tools",
"applications": {
"gecko": {
"id": "hsitestools@nyako.icu"
}
},
"content_scripts": [
{
"matches": ["*://*.nude-moon.net/*", "*://nude-moon.net/*"],
"js": ["nm.js"]
},
{
"matches": ["*://*.hentaichan.live/*", "*://hentaichan.live/*"],
"js": ["hc.js"]
},
{
"matches": ["*://*.hentai-share.tv/*", "*://hentai-share.tv/*"],
"js": ["hsh.js"]
},
{
"matches": ["*://*.hentaiz.org/*", "*://hentaiz.org/*"],
"js": ["hz.js"]
}
]
}