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.
Vad är PSN Profiles guide column?
PSN Profiles guide column är en Chrome-tillägg utvecklad av IHS, och dess huvudfunktion är "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".
Tilläggsskärmbilder
Ladda ner PSN Profiles guide column-förlängningens CRX-fil
Ladda ner PSN Profiles guide column-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier.
Grundläggande Information om Tillägg
Namn | PSN Profiles guide column |
ID | eaadcpcapokaenindcgkmgldikbiocee |
Officiell webbadress | https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee |
Beskrivning | Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier. |
Filstorlek | 151 KB |
Antal Installationer | 1,398 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2023-03-12 |
Publiceringsdatum | 2022-03-14 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | IHS |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |