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 IHS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PSN Profiles guide column एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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\/*"
            ]
        }
    ]
}