Beaten games on PSN Profiles

Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.

Co to jest Beaten games on PSN Profiles?

Beaten games on PSN Profiles to rozszerzenie Chrome opracowane przez mlesnik, a jego główną funkcją jest „Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Beaten games on PSN Profiles

Pobierz pliki rozszerzeń Beaten games on PSN Profiles 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

                        Introducing 'Beaten Games on PSNProfiles' – a powerful Chrome Extension designed to elevate your PSNProfiles.com experience. Take control of your PlayStation conquests with this feature-rich extension.

Effortlessly mark and review the status of your completed PlayStation games directly within your game lists and detailed game profiles. 'Beaten Games on PSNProfiles' goes beyond mere cataloging by not only tallying the number of games you've conquered but also calculating the percentage of games you've successfully completed.

Rate your favorite games and easily view all graded and beaten games in a customizable list that you can sort to your liking. Choose from a vast array of PlayStation titles spanning the PlayStation 3, PlayStation 4, PlayStation 5, and Vita.

Our latest update introduces a streamlined connection with your PSN friends, providing easy access to their profiles. But that's not all - stay tuned for exciting upcoming features that promise to further enhance your gaming experience.

Join us on this journey of gaming achievement and seamlessly manage your PlayStation conquests in a way that suits your gaming style.                    

Podstawowe informacje o rozszerzeniu

Nazwa Beaten games on PSN Profiles Beaten games on PSN Profiles
ID jpeikmicjapldkgdfkjkfggmafjeedha
Oficjalny URL https://chromewebstore.google.com/detail/beaten-games-on-psn-profi/jpeikmicjapldkgdfkjkfggmafjeedha
Opis Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.
Rozmiar pliku 187 KB
Liczba instalacji 20
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-11-11
Data Publikacji 2023-03-07
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper mlesnik
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",
    "manifest_version": 3,
    "name": "Beaten games on PSN Profiles",
    "description": "Track your beaten PlayStation games, rate your favorites and organize your lists for a more personalized gaming journey.",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/psnprofiles.com\/*"
            ],
            "css": [
                "main.css",
                "cssMaterial.css"
            ],
            "js": [
                "jquery.min.js",
                "main.js",
                "jquery-ui.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/rating.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}