Hidden Steam Achievements

This app shows you hidden game achievements for easier understanding of progress.

Co to jest Hidden Steam Achievements?

Hidden Steam Achievements to rozszerzenie Chrome opracowane przez infeez, a jego główną funkcją jest „This app shows you hidden game achievements for easier understanding of progress.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hidden Steam Achievements

Pobierz pliki rozszerzeń Hidden Steam Achievements 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

                        Application for showing hidden achievements in steam games. Attention! Don't use the app if you don't want to see spoilers!                    

Podstawowe informacje o rozszerzeniu

Nazwa Hidden Steam Achievements Hidden Steam Achievements
ID kehgmbehiaeegmdnjgkdkfladcamjhod
Oficjalny URL https://chromewebstore.google.com/detail/hidden-steam-achievements/kehgmbehiaeegmdnjgkdkfladcamjhod
Opis This app shows you hidden game achievements for easier understanding of progress.
Rozmiar pliku 27.75 KB
Liczba instalacji 469
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-04-27
Data Publikacji 2021-04-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper infeez
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.0.0",
    "default_locale": "en",
    "icons": {
        "16": "c28af15433806ee98e1fb1ae32619c17",
        "32": "5ffb3fb01d1d10818c9c6f0a6d9dacfd",
        "48": "5672d543553458de65c50ab8261191ff",
        "64": "536378dd3570be8e385a47fa5a8a63e5",
        "128": "69776dfe4553533d15da441eca02e04e"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*\/stats\/*",
                "http:\/\/steamcommunity.com\/id\/*\/stats\/*"
            ],
            "js": [
                "720e1df800dfb9096d48e894cc6e90b0",
                "b74b2e27c966e82c69402d10b72b7bbc"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/steamcommunity.com\/id\/*\/stats\/*",
        "http:\/\/steamcommunity.com\/id\/*\/stats\/*"
    ]
}