Hidden Steam Achievements
This app shows you hidden game achievements for easier understanding of progress.
Cos'è Hidden Steam Achievements?
Hidden Steam Achievements è un'estensione di Chrome sviluppata da infeez, e la sua funzione principale è "This app shows you hidden game achievements for easier understanding of progress.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hidden Steam Achievements
Scarica i file di estensione Hidden Steam Achievements in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Application for showing hidden achievements in steam games. Attention! Don't use the app if you don't want to see spoilers!
Informazioni di Base sull'Estensione
Nome | Hidden Steam Achievements |
ID | kehgmbehiaeegmdnjgkdkfladcamjhod |
URL Ufficiale | https://chromewebstore.google.com/detail/hidden-steam-achievements/kehgmbehiaeegmdnjgkdkfladcamjhod |
Descrizione | This app shows you hidden game achievements for easier understanding of progress. |
Dimensione del File | 27.75 KB |
Conteggio Installazioni | 469 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-04-27 |
Data di Pubblicazione | 2021-04-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | infeez |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |