Steam enhancer
Steam web page enhancements
What is Steam enhancer?
Steam enhancer is a Chrome extension developed by Chris Elioglou, and its main feature is "Steam web page enhancements".
Extension Screenshots
Download Steam enhancer Extension CRX File
Download Steam enhancer 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
Steam extension that enhances your steam page browsing experience. Features included in version 1.0.0: - Date filters added to: /account/licenses/ page
Extension Basic Information
Name | Steam enhancer |
ID | bbeiicdpkjjnklkakpjefchmeojiabap |
Official URL | https://chromewebstore.google.com/detail/steam-enhancer/bbeiicdpkjjnklkakpjefchmeojiabap |
Description | Steam web page enhancements |
File Size | 6.59 KB |
Installation Count | 46 |
Current Version | 1.0.0 |
Last Updated | 2023-04-03 |
Publish Date | 2023-04-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Chris Elioglou |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Steam enhancer", "version": "1.0.0", "author": "Chris Elioglou", "description": "Steam web page enhancements", "content_scripts": [ { "css": [ ".\/app.css" ], "js": [ ".\/app.js" ], "run_at": "document_idle", "matches": [ "https:\/\/store.steampowered.com\/account\/*" ] } ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |