This project is pretty simple, it tells you whether a word exists, doesn't, or is inappropriate. It uses the translate extension to do this, as real words would get translated into something else, while false words would remain the same. While this works relatively great, it unfortunately doesn't work if too many languages use the same word as English, and the time that the extension takes to translate a word is very long. Inappropriate words can also be detected, as translations will return as blank if deemed inappropriate.