Auto Steam Guard Skipper
This extension automaticly skips the Steam Link Guard Page
Что такое Auto Steam Guard Skipper?
Auto Steam Guard Skipper - это расширение Chrome, разработанное Noah Huppert, и его основная функция - "This extension automaticly skips the Steam Link Guard Page".
Снимки экрана расширения
Скачать файл CRX расширения Auto Steam Guard Skipper
Скачайте файлы расширений 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" } } |