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.

Co je PSN Profiles guide column?

PSN Profiles guide column je rozšíření Chrome vyvinuté IHS, a jeho hlavní funkcí je „Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PSN Profiles guide column

Stáhněte si soubory rozšíření PSN Profiles guide column ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název PSN Profiles guide column PSN Profiles guide column
ID eaadcpcapokaenindcgkmgldikbiocee
Oficiální URL https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee
Popis Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
Velikost souboru 151 KB
Počet instalací 1,398
Aktuální Verze 1.3
Poslední Aktualizace 2023-03-12
Datum Vydání 2022-03-14
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář IHS
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}