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 to jest PSN Profiles guide column?

PSN Profiles guide column to rozszerzenie Chrome opracowane przez IHS, a jego główną funkcją jest „Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PSN Profiles guide column

Pobierz pliki rozszerzeń PSN Profiles guide column w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PSN Profiles guide column PSN Profiles guide column
ID eaadcpcapokaenindcgkmgldikbiocee
Oficjalny URL https://chromewebstore.google.com/detail/psn-profiles-guide-column/eaadcpcapokaenindcgkmgldikbiocee
Opis Adds a guide column to the games list with difficulty and hour from official guide to make deciding your next hunt easier.
Rozmiar pliku 151 KB
Liczba instalacji 1,398
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-03-12
Data Publikacji 2022-03-14
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper IHS
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}