Friends Average for Letterboxd
Shows a extra Histogram for your friends
什么是Friends Average for Letterboxd?
Friends Average for Letterboxd是由klaspas开发的Chrome扩展程序,该扩展的主要功能是“Shows a extra Histogram for your friends”。
扩展截图
下载Friends Average for Letterboxd扩展crx文件
下载Friends Average for Letterboxd扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Additionally to the default Letterboxd histogram, this extension shows a histogram and average just for the users you follow. 扩展基本信息
| 名称 | |
| ID | fffalfghjklopnhmkpdadlfopnnbnabg |
| 官方URL | https://chromewebstore.google.com/detail/friends-average-for-lette/fffalfghjklopnhmkpdadlfopnnbnabg |
| 简介 | Shows a extra Histogram for your friends |
| 文件大小 | 45.55 KB |
| 安装次数 | 2,112 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-08-25 |
| 上架时间 | 2020-05-04 |
| 评分 | 5.00/5 共20次评分 |
| 开发者 | klaspas |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
} | |