Overratd

A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating

Overratdとは何ですか?

Overratdはgarretloweによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating」です。

拡張機能のスクリーンショット

screenshot

Overratd拡張機能のCRXファイルをダウンロード

Overratd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Overratd adds histograms to Letterboxd lists which display the list owner's ratings for movies in the list.

Currently, the extension is limited to 100 movies at a time. This is because it reads the list of movies from the current page and Letterboxd can only display up to 100 movies per list page.

Additionally, the tooltips which display when hovering over bars do not currently work as you would expect them to based on the profile histograms.

Overratd is licensed under GPL-3.0 and is fully open-source: https://github.com/garretlowe/overratd                    

拡張機能の基本情報

名前 Overratd Overratd
ID lllkjhpcabokchmdinbmhgmnnkgoehhf
公式URL https://chromewebstore.google.com/detail/overratd/lllkjhpcabokchmdinbmhgmnnkgoehhf
説明 A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating
ファイルサイズ 12.16 KB
インストール数 56
現在のバージョン 1.0
最終更新日 2022-08-27
公開日 2022-08-26
開発者 garretlowe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/garretlowe/overratd
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Overratd",
    "author": "Garret Lowe",
    "description": "A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/letterboxd.com\/*\/list\/*\/"
            ],
            "js": [
                "overratd.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/overratd16.png",
        "32": "\/images\/overratd32.png",
        "48": "\/images\/overratd48.png",
        "128": "\/images\/overratd128.png"
    }
}