Hidden Steam Achievements

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

What is Hidden Steam Achievements?

Hidden Steam Achievements is a Chrome extension developed by infeez, and its main feature is "This app shows you hidden game achievements for easier understanding of progress.".

Extension Screenshots

screenshot
screenshot

Download Hidden Steam Achievements Extension CRX File

Download Hidden Steam Achievements 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

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

Extension Basic Information

Name Hidden Steam Achievements Hidden Steam Achievements
ID kehgmbehiaeegmdnjgkdkfladcamjhod
Official URL https://chromewebstore.google.com/detail/hidden-steam-achievements/kehgmbehiaeegmdnjgkdkfladcamjhod
Description This app shows you hidden game achievements for easier understanding of progress.
File Size 27.75 KB
Installation Count 469
Current Version 1.0.0
Last Updated 2021-04-27
Publish Date 2021-04-27
Rating 5.00/5 Total 2 Ratings
Developer infeez
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}