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.

Cos'è PSN Profiles guide column?

PSN Profiles guide column è un'estensione di Chrome sviluppata da IHS, e la sua funzione principale è "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PSN Profiles guide column

Scarica i file di estensione PSN Profiles guide column in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds a new column with difficulty and hours from the featured guide to the games list to make deciding your next hunt easier.                    

Informazioni di Base sull'Estensione

Nome PSN Profiles guide column PSN Profiles guide column
ID eaadcpcapokaenindcgkmgldikbiocee
URL Ufficiale https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee
Descrizione Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
Dimensione del File 151 KB
Conteggio Installazioni 1,398
Versione Corrente 1.3
Ultimo Aggiornamento 2023-03-12
Data di Pubblicazione 2022-03-14
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore IHS
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}