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 |
| Eメール | [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\/*"
]
}
]
} | |