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.
Was ist PSN Profiles guide column?
PSN Profiles guide column ist eine Chrome-Erweiterung, die von IHS entwickelt wurde, und ihr Hauptmerkmal ist "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".
Erweiterungsscreenshots
PSN Profiles guide column-Erweiterungs-CRX-Datei herunterladen
Laden Sie PSN Profiles guide column-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier.
Grundlegende Informationen zur Erweiterung
Name | PSN Profiles guide column |
ID | eaadcpcapokaenindcgkmgldikbiocee |
Offizielle URL | https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee |
Beschreibung | Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier. |
Dateigröße | 151 KB |
Installationsanzahl | 1,398 |
Aktuelle Version | 1.3 |
Letztes Update | 2023-03-12 |
Veröffentlichungsdatum | 2022-03-14 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | IHS |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |