ghrlt / netflix-watchtime

Analyze your Netflix Watchtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A banner featuring the extension logo

License: GPL v3

Netflix Watchtime

View and get a small analysis of your Netflix watchtime.

Todo: Better analysis, Requests optimization, Global watchtime leaderboard

Installation

Install via the Chrome Web Store

Install from source:

  • Download the repo -> here
  • Extract the downloaded ZIP
  • Open your Chromium based browser, and go to chrome://extensions
  • Enable developer mode, and click on "Load unpacked"
  • Select the previously extracted folder
  • Here you go! The extension is now installed. Find its icon on your browser extension bar and click it.

Adding a traduction

Thanks for your interest in this project! Here are the instructions on how to add a traduction:

  • Fork the repository

  • Create a new folder under _locales named with the locale of your choice (See supported locales)

  • Copy the english messages.json file, and paste it in your folder

  • Modify all of the messages key values Example:

    "shareResults": {
        "message": "Share your results!"
    }

    this shall became this in the event of a French traduction

    "shareResults": {
        "message": "Partagez vos résultats !"
    }
  • Once you're done, commit your local changes and make a pull request!

    • I will check and push whenenver I can

About

Analyze your Netflix Watchtime

License:GNU General Public License v3.0


Languages

Language:JavaScript 64.9%Language:CSS 23.7%Language:HTML 11.4%