Auto Steam Guard Skipper
This extension automaticly skips the Steam Link Guard Page
Auto Steam Guard Skipperとは何ですか?
Auto Steam Guard SkipperはNoah Huppertによって開発されたChromeの拡張機能で、その主な機能は「This extension automaticly skips the Steam Link Guard Page」です。
拡張機能のスクリーンショット
Auto Steam Guard Skipper拡張機能のCRXファイルをダウンロード
Auto Steam Guard Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension automaticly skips the Steam Link Guard Page
拡張機能の基本情報
名前 | |
ID | hkinnmlggffliepihbkbgaolbncljapo |
公式URL | https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo |
説明 | This extension automaticly skips the Steam Link Guard Page |
ファイルサイズ | 40.06 KB |
インストール数 | 128 |
現在のバージョン | 2.0 |
最終更新日 | 2014-08-06 |
公開日 | 2014-08-06 |
評価 | 3.17/5 合計 6 レビュー |
開発者 | Noah Huppert |
支払い方法 | free |
対応言語 | 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" } } |