meetDeveloper / Dictionary-Anywhere

Dictionary extension that helps you stay focused on what you are reading by eliminating the need to search for meaning.
GNU General Public License v3.0
253 stars 53 forks source link

README: add who is the provider #75

Open vitaly-zdanevich opened 4 months ago

vitaly-zdanevich commented 4 months ago

Google? Yandex?

belkka commented 1 month ago

I really hope this extension doesn't silently share my data with google or yandex.

It's easy to double-click passwords or other private information when you want to select and copy it. If extension doesn't work offline and relies on third-party providers, as a user I wanna know who collects my data.

TeTpaAka commented 2 weeks ago

https://github.com/meetDeveloper/Dictionary-Anywhere/blob/master/background/background.js#L9C1-L9C81

    const { word, lang } = request, 
        url = `https://www.google.com/search?hl=${lang}&q=define+${word}&gl=US`;

It's apparently using Google.