Auto Steam Guard Skipper
This extension automaticly skips the Steam Link Guard Page
Wat is Auto Steam Guard Skipper?
Auto Steam Guard Skipper is een Chrome-extensie ontwikkeld door Noah Huppert, en de belangrijkste functie is "This extension automaticly skips the Steam Link Guard Page".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Steam Guard Skipper
Download Auto Steam Guard Skipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension automaticly skips the Steam Link Guard Page
Basisinformatie over de Extensie
Naam | |
ID | hkinnmlggffliepihbkbgaolbncljapo |
Officiële URL | https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo |
Beschrijving | This extension automaticly skips the Steam Link Guard Page |
Bestandsgrootte | 40.06 KB |
Aantal Installaties | 128 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2014-08-06 |
Publicatiedatum | 2014-08-06 |
Beoordeling | 3.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Noah Huppert |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |