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 |
| 官方網址 | 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\/*"
]
}
]
} | |