Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperZombi committed Mar 14, 2023
1 parent a11113c commit d1e4050
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Добавляет кнопку «Скачать» под видео. Экспорт закладок и многое другое.

<img src="https://shields.io/badge/version-v4.2-blue">
<img src="https://shields.io/badge/version-v4.2.0.1-blue">

<a href="https://github.com/SuperZombi/HDrezka-downloader/releases">
<img src="github/images/Downloads-Icon.png" height="25px">
Expand Down
9 changes: 5 additions & 4 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"manifest_version": 3,
"version": "4.2",
"version": "4.2.0.1",
"name": "HDrezka Helper",
"description": "__MSG_extDesc__",
"default_locale": "en",
"web_accessible_resources": [
{
"resources": [ "myscript.js" ],
"matches": [ "https://hdrezka.cm/*", "https://rezka.ag/*", "https://hdrezka.ag/*", "https://hdrezka.me/*" ]
"matches": [ "https://hdrezka.cm/*", "https://rezka.ag/*", "https://hdrezka.ag/*", "https://hdrezka.me/*", "https://hdrezka.co/*" ]
}
],
"content_scripts": [{
"matches": [ "https://hdrezka.cm/*", "https://rezka.ag/*", "https://hdrezka.ag/*", "https://hdrezka.me/*" ],
"matches": [ "https://hdrezka.cm/*", "https://rezka.ag/*", "https://hdrezka.ag/*", "https://hdrezka.me/*", "https://hdrezka.co/*" ],
"js": ["script.js"],
"run_at": "document_end"
},
{
"matches": ["https://hdrezka.cm/favorites/*",
"https://rezka.ag/favorites/*",
"https://hdrezka.ag/favorites/*",
"https://hdrezka.me/favorites/*"],
"https://hdrezka.me/favorites/*",
"https://hdrezka.co/favorites/*"],
"js": ["favorites.js"],
"run_at": "document_end"
}
Expand Down
2 changes: 1 addition & 1 deletion chrome/menu/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>HDrezka Helper</h3>
<span>GitHub</span>
</a>

<img style="margin-top:2px;" src="https://shields.io/badge/__MSG_versionStr__-v4.2-blue">
<img style="margin-top:2px;" src="https://shields.io/badge/__MSG_versionStr__-v4.2.0.1-blue">
</p>

<script src="options.js"></script>
Expand Down
Loading

0 comments on commit d1e4050

Please sign in to comment.