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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |