Auto Steam Guard Skipper
This extension automaticly skips the Steam Link Guard Page
What is Auto Steam Guard Skipper?
Auto Steam Guard Skipper is a Chrome extension developed by Noah Huppert, and its main feature is "This extension automaticly skips the Steam Link Guard Page".
Extension Screenshots
Download Auto Steam Guard Skipper Extension CRX File
Download Auto Steam Guard 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
This extension automaticly skips the Steam Link Guard Page
Extension Basic Information
Name | |
ID | hkinnmlggffliepihbkbgaolbncljapo |
Official URL | https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo |
Description | This extension automaticly skips the Steam Link Guard Page |
File Size | 40.06 KB |
Installation Count | 128 |
Current Version | 2.0 |
Last Updated | 2014-08-06 |
Publish Date | 2014-08-06 |
Rating | 3.17/5 Total 6 Ratings |
Developer | Noah Huppert |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Steam Guard Skipper", "description": "This extension automaticly skips the Steam Link Guard Page", "version": "2.0", "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/linkfilter\/*" ], "js": [ "external\/jquery.js", "main.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/steamcommunity.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "external\/icon.jpg" } } |