Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <35427372+bbilly1@users.noreply.github.com>2021-12-21 17:03:11 +0300
committerGitHub <noreply@github.com>2021-12-21 17:03:11 +0300
commit5e761ce7bcf6052530d612215f0354b78ab72412 (patch)
treed68bcdb8749bba20fd092e7a4315025b820f3b0a
parent3be5051f53e84f07da109c74323d125c823bd1ab (diff)
parentb56350bd10d3bce6e0f37c6d10ba871d3cf32289 (diff)
Merge branch 'Anarios:main' into bbilly1-apidocs
-rw-r--r--README.md6
-rw-r--r--extension-description-store.txt18
2 files changed, 20 insertions, 4 deletions
diff --git a/README.md b/README.md
index d7506bb..af4fcb9 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,12 @@ Example to get votes of a given YouTube video ID:
None existing YouTube ID will return status code *404* "Not Found".
Wrong formed YouTube ID will return *400* "Bad Request".
+## HELP WANTED
+
+We have an issue which is happening to a low percentage of Chrome users. service worker (ex background script) goes to Inactive state and doesn't wake up even when youtube tab is reopened. Only switching the extension off and on in extensions tab helps. This looks like a Chrome manifestv3 bug - so if anyone knows a good workaround - please open an issue\create a PR.
+
+Looks like its [this bug in chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1271154), and there is no good workaround. If anyone is aware of a workaounds - please contact.
+
## Contributing
Please read the [contribution guide.](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTING.md)
diff --git a/extension-description-store.txt b/extension-description-store.txt
index 70fae36..b8b7a58 100644
--- a/extension-description-store.txt
+++ b/extension-description-store.txt
@@ -1,10 +1,20 @@
Return YouTube Dislike restores the ability to see dislikes on YouTube.
+
+If it doesn't work: open extensions tab (chrome://extensions/) disable this extension and enable it again. This is a bug in chromium that breaks the extension in some cases. This should fix most of the problems. Hopefully chromium team will fix this soon
+
Starting December 13th 2021, YouTube removed the ability to see dislikes from their API.
This extension aims to restore power to users by using a combination of archived like and dislike data, as well as the likes and dislikes made by extension users to show the most accurate ratings.
- Currently has 200+ million videos likes/dislikes data stored before December 13th, 2021
- Actively growing and keeping up to date with uploads after December 13th, 2021
- The more users that use the extension, the more accurate it will be
- Unpopular videos uploaded after December 13th, 2021 may have less accurate data shown than more popular videos.
+
+Currently has 200+ million videos likes/dislikes data stored before December 13th, 2021
+
+Actively growing and keeping up to date with uploads after December 13th, 2021
+
+The more users that use the extension, the more accurate it will be
+
+Unpopular videos uploaded after December 13th, 2021 may have less accurate data shown than more popular videos.
This extension is currently in an active development phase, so if you experience any issues, don’t hesitate to report them on our GitHub page or in our Discord server.
+
More features to come soon!
+
+https://github.com/Anarios/return-youtube-dislike