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.”。
扩展截图
下载Letterboxd Top 2000扩展crx文件
下载Letterboxd Top 2000扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ " |