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.
Hvad er PSN Profiles guide column?
PSN Profiles guide column er en Chrome-udvidelse udviklet af IHS, og dens hovedfunktion er "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".
Udvidelsesskærmbilleder
Download PSN Profiles guide column-udvidelses-CRX-fil
Download PSN Profiles guide column-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier.
Grundlæggende oplysninger om udvidelsen
Navn | PSN Profiles guide column |
ID | eaadcpcapokaenindcgkmgldikbiocee |
Officiel URL | https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee |
Beskrivelse | Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier. |
Filstørrelse | 151 KB |
Antal Installationer | 1,398 |
Nuværende Version | 1.3 |
Senest Opdateret | 2023-03-12 |
Udgivelsesdato | 2022-03-14 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | IHS |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } ] } |