Steam URL Opener
Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
What is Steam URL Opener?
Steam URL Opener is a Chrome extension developed by veteran29, and its main feature is "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.".
Extension Screenshots
Download Steam URL Opener Extension CRX File
Download Steam URL Opener 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
Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser.
Only Steam related hostnames can be opened inside the client.
Source code:
https://github.com/veteran29/steam-url-open-extension
Icon made by [SimpleIcon](https://www.flaticon.com/authors/simpleicon) from www.flaticon.com
Enjoying the extension? Buy me a coffee:
https://ko-fi.com/veteran29 Extension Basic Information
| Name | |
| ID | oiboilmeofgpoiopgjdllegafaaeblon |
| Official URL | https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon |
| Description | Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser. |
| File Size | 54.21 KB |
| Installation Count | 7,427 |
| Current Version | 0.1.1 |
| Last Updated | 2022-06-15 |
| Publish Date | 2019-11-07 |
| Rating | 4.40/5 Total 35 Ratings |
| Developer | veteran29 |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/veteran29/steam-url-open-extension |
| Help Page URL | https://github.com/veteran29/steam-url-open-extension/issues |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.1.1",
"short_name": "__MSG_appShortName__",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
},
"minimum_chrome_version": "93",
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"action": {
"default_icon": {
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
},
"default_title": "Open in Steam"
},
"permissions": [
"activeTab",
"declarativeContent"
]
} | |