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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IHS, και η κύρια λειτουργία του είναι "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PSN Profiles guide column
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PSN Profiles guide column |
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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } ] } |