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.

Wat is PSN Profiles guide column?

PSN Profiles guide column is een Chrome-extensie ontwikkeld door IHS, en de belangrijkste functie is "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PSN Profiles guide column

Download PSN Profiles guide column-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PSN Profiles guide column PSN Profiles guide column
ID eaadcpcapokaenindcgkmgldikbiocee
Officiële URL https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee
Beschrijving Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
Bestandsgrootte 151 KB
Aantal Installaties 1,398
Huidige Versie 1.3
Laatst Bijgewerkt 2023-03-12
Publicatiedatum 2022-03-14
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar IHS
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}