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.

What is PSN Profiles guide column?

PSN Profiles guide column is a Chrome extension developed by IHS, and its main feature is "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.".

Extension Screenshots

screenshot

Download PSN Profiles guide column Extension CRX File

Download PSN Profiles guide column extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PSN Profiles guide column PSN Profiles guide column
ID eaadcpcapokaenindcgkmgldikbiocee
Official URL https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee
Description Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
File Size 151 KB
Installation Count 1,398
Current Version 1.3
Last Updated 2023-03-12
Publish Date 2022-03-14
Rating 5.00/5 Total 8 Ratings
Developer IHS
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}