Letterboxd Top 2000

Shows the ranking of each of the top 2000 highest rated movies on their respective page.

Letterboxd Top 2000란 무엇입니까?

Letterboxd Top 2000은(는) koenhagen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the ranking of each of the top 2000 highest rated movies on their respective page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Letterboxd Top 2000 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When a movie ranks among the 2000 highest rated movies according to Letterboxd, a golden crown icon will show below the poster together with the movie's rank. This extends the top 250 that is normally only shown.

The extension also adds a fire icon to movies that are part of the top 2000 most popular movies according to Letterboxd.

I am not a Letterboxd developer or associated with them in any way.                    

확장 프로그램 기본 정보

이름 Letterboxd Top 2000 Letterboxd Top 2000
ID akajmboonlckanooginhfnpafjjnimko
공식 URL https://chromewebstore.google.com/detail/letterboxd-top-2000/akajmboonlckanooginhfnpafjjnimko
설명 Shows the ranking of each of the top 2000 highest rated movies on their respective page.
파일 크기 8.67 KB
설치 횟수 502
현재 버전 2.1
최근 업데이트 2021-12-25
출시 날짜 2021-06-07
평점 5.00/5 총 7 개의 평점
개발자 koenhagen
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd Top 2000",
    "description": "Shows the ranking of each of the top 2000 highest rated movies on their respective page.",
    "version": "2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/letterboxd.com\/film\/*",
                "http:\/\/letterboxd.com\/film\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "lb16.png",
        "48": "lb48.png",
        "128": "lb128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fire.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}