Show IMDB ratings
Show IMDB ratings
什么是Show IMDB ratings?
Show IMDB ratings是由Vin开发的Chrome扩展程序,该扩展的主要功能是“Show IMDB ratings”。
扩展截图
下载Show IMDB ratings扩展crx文件
下载Show IMDB ratings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows ratings next to each movie.
Ratings 7.5 and above are shown in red. 扩展基本信息
| 名称 | |
| ID | mjljmcikmfemkogkhbohgcgbfaikoljg |
| 官方URL | https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg |
| 简介 | Show IMDB ratings |
| 文件大小 | 58.37 KB |
| 安装次数 | 274 |
| 当前版本 | 2.1 |
| 更新时间 | 2022-12-11 |
| 上架时间 | 2020-02-15 |
| 评分 | 3.23/5 共13次评分 |
| 开发者 | Vin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.1",
"name": "Show IMDB ratings",
"short_name": "IMDB ratings",
"description": "Show IMDB ratings",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_title": "Show IMDB ratings",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"showrate.js"
],
"matches": [
"https:\/\/www.imdb.com\/*"
]
}
],
"host_permissions": [
"https:\/\/www.imdb.com\/"
]
} | |