Friends Average for Letterboxd

Shows a extra Histogram for your friends

What is Friends Average for Letterboxd?

Friends Average for Letterboxd is a Chrome extension developed by klaspas, and its main feature is "Shows a extra Histogram for your friends".

Extension Screenshots

screenshot

Download Friends Average for Letterboxd Extension CRX File

Download Friends Average for Letterboxd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Additionally to the default Letterboxd histogram, this extension shows a histogram and average just for the users you follow.                    

Extension Basic Information

Name Friends Average for Letterboxd Friends Average for Letterboxd
ID fffalfghjklopnhmkpdadlfopnnbnabg
Official URL https://chromewebstore.google.com/detail/friends-average-for-lette/fffalfghjklopnhmkpdadlfopnnbnabg
Description Shows a extra Histogram for your friends
File Size 45.55 KB
Installation Count 2,112
Current Version 1.0
Last Updated 2023-08-25
Publish Date 2020-05-04
Rating 5.00/5 Total 20 Ratings
Developer klaspas
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery\/jquery-3.5.0.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/letterboxd.com\/film\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Shows a extra Histogram for your friends",
    "manifest_version": 3,
    "name": "Friends Average for Letterboxd",
    "host_permissions": [
        "https:\/\/letterboxd.com\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "version": "1.0"
}