mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-28 00:49:40 +05:00
feat(extension): add button to search by title on anix to kinopoisk web page
This commit is contained in:
parent
a42d3c3c79
commit
a74aed5599
6 changed files with 231 additions and 54 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue