feat(extension): add button to search by title on anix to kinopoisk web page

This commit is contained in:
Kentai Radiquum 2024-08-19 19:38:43 +05:00
parent a42d3c3c79
commit a74aed5599
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 231 additions and 54 deletions

View file

@ -1,13 +1,16 @@
{
"manifest_version": 3,
"version": "1.0",
"version": "1.2",
"name": "Watch on Anix",
"description": "Adds a button to watch on Anix.",
"content_scripts": [
{
"matches": [
"https://anixart.tv/release/*",
"https://anixart.tv/collection/*",
"https://anixart.tv/profile/*"
"https://anixart.tv/profile/*",
"https://www.kinopoisk.ru/film/*",
"https://www.kinopoisk.ru/series/*"
],
"js": [
"main.js"