redditUntranslate에 대한 리뷰
redditUntranslate 제작자: Waysuw
리뷰 63개
- 5점 만점에 1점Schwanzbert 님, 4일 전Unfortunately appending -inurl:?tl= to google searches completely removes the search result instead of simply removing the ?tl portion from the hyperlink. This makes this extension useless, since the most relevant result is excluded entirely. Thanks though, was worth a try.
개발자 답글
4일 전에 게시됨The extension's main focus was never the Google Search results, I added the filter as an optional toggle for people who want it, but the main goals, and the "marketed" one, is the ability to disable the translations on the actual pages when you open them. - 5점 만점에 2점Firefox 사용자 19903529 님, 5일 전Worked fine when I installed it but completely stopped working shortly after
개발자 답글
4일 전에 게시됨Hello,
Can you tell me more about your issue ?
- What feature exactly did you use and stopped working ? If you're comfortable with that feel free to open a github issue, a new release is going to be published soon so the fix could be included. - 5점 만점에 5점일간 베스트 저장소 님, 4달 전
- 5점 만점에 5점The Ingredient Island 님, 5달 전
개발자 답글
7달 전에 게시됨By clicking on the extension's logo in your browser then clicking on the tickbox with "append google filter"- 5점 만점에 5점Firefox 사용자 16556719 님, 7달 전
- 5점 만점에 5점eugene.pesetsky 님, 7달 전
- 5점 만점에 5점Firefox 사용자 19427770 님, 8달 전
- 5점 만점에 5점204504bySE 님, 9달 전
- 5점 만점에 4점Firefox 사용자 16181994 님, 9달 전
- 5점 만점에 5점Firefox 사용자 19148073 님, 10달 전
- 5점 만점에 5점Firefox 사용자 13913109 님, 10달 전
- 5점 만점에 5점Firefox 사용자 16469534 님, 일 년 전Honestly, thank you very much for the ability to get rid of that gibberish. Some people/companies really have too high an opinion regarding AI's intelligence.
- 5점 만점에 5점Mattis Flade 님, 일 년 전I didn't find an on-site way to turn off this awful translator. Thank you for making this, you're a lifesaver.
- 5점 만점에 5점Firefox 사용자 12469443 님, 일 년 전
- 5점 만점에 1점Firefox 사용자 19039442 님, 일 년 전
- 5점 만점에 5점aaaaaaaaaaaaaaaaaa 님, 일 년 전
개발자 답글
일 년 전에 게시됨Hi,
Might be because it requires [declarativeNetRequest] instead of [webRequest + webRequestBlocking] now. But it isn't blocking content anywhere else than reddit, the broader scope is only inherent to the more modern permission, but doesn't affect what it blocks.
The new version is a refactoring using manifest V3 instead of V2 to simplify the codebase + it requires less permissions. You can review the code here : https://github.com/SeidSmatti/redditUntranslate/tree/main/extension
Note that if you prefer the old version you can still go here : https://addons.mozilla.org/en-US/firefox/addon/reddituntranslate/versions/, navigate to the version you prefer and click on "download file". The code for the older version is on github under the legacy/ directory.