IMDb TV Series Chart
IMDb TV Series Chart
什么是IMDb TV Series Chart?
IMDb TV Series Chart是由brainexer开发的Chrome扩展程序,该扩展的主要功能是“IMDb TV Series Chart”。
扩展截图
下载IMDb TV Series Chart扩展crx文件
下载IMDb TV Series Chart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension it is possible to view imdb tv show expisode ratings on chart 扩展基本信息
| 名称 | |
| ID | iallhoomcfnppkafmgoncnabadhknhjb |
| 官方URL | https://chromewebstore.google.com/detail/imdb-tv-series-chart/iallhoomcfnppkafmgoncnabadhknhjb |
| 简介 | IMDb TV Series Chart |
| 文件大小 | 137 KB |
| 安装次数 | 404 |
| 当前版本 | 0.9 |
| 更新时间 | 2023-09-30 |
| 上架时间 | 2018-07-07 |
| 评分 | 5.00/5 共10次评分 |
| 开发者 | brainexer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IMDb TV Series Chart",
"description": "IMDb TV Series Chart",
"version": "0.9",
"icons": {
"48": "icon_48.png",
"96": "icon_96.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.imdb.com\/*"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
],
"css": [
"css\/jquery.modal.min.css",
"css\/style.css"
]
}
],
"permissions": [
"https:\/\/www.imdb.com\/*"
]
} | |