Git Product home page Git Product logo

letterboxd-sort-by-rating's Introduction

Letterboxd Sort by Rating Extension

Description

The Letterboxd Sort by Rating extension is a Chrome extension that automatically sorts movies by rating on Letterboxd actor, director, and producer pages. It enhances your browsing experience on Letterboxd by instantly organizing movies based on their ratings.

Features

  • Automatically sorts movies by rating on Letterboxd actor, director, producer, writer, and cinematography pages.
  • Improves navigation and efficiency by saving you time from manually sorting movies.

Installation

  1. Download the extension ZIP file from the GitHub repository.
  2. Extract the ZIP file to a directory of your choice.
  3. Open Google Chrome and go to the Extensions page (chrome://extensions).
  4. Enable the Developer mode toggle in the top-right corner.
  5. Click on the Load unpacked button and select the directory where you extracted the extension files.
  6. The extension should now be installed and active in your browser.

Usage

  1. Open Letterboxd in your Chrome browser.
  2. Navigate to an actor, director, producer, writer, or cinematography page.
  3. The extension will automatically sort the movies on the page by rating.
  4. Enjoy browsing movies with the convenience of sorted ratings!

Permissions

  • activeTab: Required permission to access the current active tab and modify the URL.

Manifest File

{
  "manifest_version": 3,
  "name": "Letterboxd Sort by Rating",
  "version": "1.0",
  "description": "Automatically sorts movies by rating on Letterboxd actor, director, and producer pages",
  "permissions": ["activeTab"],
  "content_scripts": [
    {
      "matches": [
        "https://letterboxd.com/actor/*",
        "https://letterboxd.com/director/*",
        "https://letterboxd.com/producer/*",
        "https://letterboxd.com/writer/*",
        "https://letterboxd.com/cinematography/*"
      ],
      "js": ["sortByRating.js"]
    }
  ]
}

Contributing

Contributions to this project are welcome. If you encounter any issues or have ideas for improvements, please open an issue on the GitHub repository.

letterboxd-sort-by-rating's People

Contributors

maisoncastro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.