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 |
官方網址 | 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" } } |