Steam Redirect Skipper
Skip the steam redirect page when clicking external links within steam chat
What is Steam Redirect Skipper?
Steam Redirect Skipper is a Chrome extension developed by danr, and its main feature is "Skip the steam redirect page when clicking external links within steam chat".
Extension Screenshots
Download Steam Redirect Skipper Extension CRX File
Download Steam Redirect Skipper 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
Simple script to bypass the steam redirect page for non steam URL links when using steam chat. No clicking to visit an external link. -- Change Log -- Version 1.1 Re-write of script to make use of chrome web requests, meaning the page isn't loaded at all. Version 1.0 Initial release.
Extension Basic Information
Name | Steam Redirect Skipper |
ID | khmlfpmmbdnmknikgfhgkpejldimabap |
Official URL | https://chromewebstore.google.com/detail/steam-redirect-skipper/khmlfpmmbdnmknikgfhgkpejldimabap |
Description | Skip the steam redirect page when clicking external links within steam chat |
File Size | 3.56 KB |
Installation Count | 381 |
Current Version | 1.1 |
Last Updated | 2014-08-23 |
Publish Date | 2014-08-23 |
Rating | 4.63/5 Total 16 Ratings |
Developer | danr |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "description": "Skip the steam redirect page when clicking external links within steam chat", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwy9eaQXoPmlJzH9oBzm\/0\/y8GjUa3s0l7GtpDv9LoP6X5XSmdAPd50iyPb8OGv7GuGoNFwWH2wU+lWO2HZUh0NyOqMgQChBac11BPPxyt46i\/NMW5c1YSCrRd+kNWh3\/jgRyZu6S+Fy0JfA\/HJGdhl3bSqhIdJ1oQXx7XwZGKM\/mwoY6D1bJeBf\/Kz7EsWquVAEge8LOg\/l496BV4s79gUs22TC4hDmWPHvi9k+ghmFN+hPaXK3YPnkNs9\/ytlE4cUuyLfwLsg\/smYbzxSDAbIF22S7TZU6d3yANbbhvJ7JklC1R\/CZ4Uq5MxDCkFGEtaVjmKAGVbsFFbdMS0lBxwIDAQAB", "manifest_version": 2, "name": "Steam Redirect Skipper", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/steamcommunity.com\/linkfilter\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "background": { "scripts": [ "background.js" ] } } |