Open In Steam
Opens all steam pages in your steam client.
What is Open In Steam?
Open In Steam is a Chrome extension developed by ShingZhanho, and its main feature is "Opens all steam pages in your steam client.".
Extension Screenshots
Download Open In Steam Extension CRX File
Download Open In Steam 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
One of your friends sents you a Steam page link and it just won't open in the Steam cilent? This extension is a solution for you. On each Steam page, an "Open in Steam Client" button is displayed. Simply click on the button and the page is opened in the Steam Client.
Extension Basic Information
Name | Open In Steam |
ID | kkghocbcijmjfmgbfhcnooaaipihngea |
Official URL | https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea |
Description | Opens all steam pages in your steam client. |
File Size | 90.03 KB |
Installation Count | 51 |
Current Version | v0.1-beta |
Last Updated | 2021-08-16 |
Publish Date | 2021-08-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ShingZhanho |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ShingZhanho/OpenInSteam-Chrome |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Steam", "description": "Opens all steam pages in your steam client.", "version": "0.1", "version_name": "v0.1-beta", "manifest_version": 3, "content_scripts": [ { "js": [ "js\/ga.js", "js\/gtag.js", "js\/script.js" ], "css": [ "css\/page-element-style.css" ], "matches": [ "*:\/\/steamcommunity.com\/*", "*:\/\/store.steampowered.com\/*", "*:\/\/help.steampowered.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "author": "ShingZhanho", "homepage_url": "https:\/\/github.com\/ShingZhanho\/OpenInSteam-Chrome" } |