Added an initial prototype for translating Netflix captions on the fly using the Google Translate API. The script relies on observing DOM elements for subtitle updates, caching common statements to reduce API cost, and actively swapping translated text back onto the player. It is currently designed to run directly from the developer console and serves as a clever starting point for an extension.

Introduce script to translate Netflix captions via Google Translate API - zhengqunkoo/Netflix-Google-Translate