PSN Profiles guide column
Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
什么是PSN Profiles guide column?
PSN Profiles guide column是由IHS开发的Chrome扩展程序,该扩展的主要功能是“Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.”。
扩展截图
下载PSN Profiles guide column扩展crx文件
下载PSN Profiles guide column扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier. 扩展基本信息
| 名称 | |
| ID | eaadcpcapokaenindcgkmgldikbiocee |
| 官方URL | https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee |
| 简介 | Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier. |
| 文件大小 | 151 KB |
| 安装次数 | 1,398 |
| 当前版本 | 1.3 |
| 更新时间 | 2023-03-12 |
| 上架时间 | 2022-03-14 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | IHS |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PSN Profiles guide column",
"description": "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.",
"version": "1.3",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/psnprofiles.com\/*"
],
"js": [
"jquery.min.js",
"difficultyColumn.js"
],
"css": [
"styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"games.json"
],
"matches": [
"https:\/\/psnprofiles.com\/*"
]
}
]
} | |