Steam Market Auto-Agree
Automatically ticks the terms of service box in the Steam Community Market
ما هو Steam Market Auto-Agree؟
Steam Market Auto-Agree هو إضافة Chrome تم تطويرها بواسطة Daniel Chalmers، والميزة الرئيسية لها هي "Automatically ticks the terms of service box in the Steam Community Market".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Steam Market Auto-Agree
قم بتنزيل ملفات الامتداد Steam Market Auto-Agree بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Steam Market Auto-Agree |
ID | hdommeagcldeibnepgadkfbhiofkndgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/steam-market-auto-agree/hdommeagcldeibnepgadkfbhiofkndgf |
الوصف | Automatically ticks the terms of service box in the Steam Community Market |
حجم الملف | 6.16 KB |
عدد التثبيتات | 4,850 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-10-19 |
تاريخ النشر | 2017-10-19 |
تقييم | 3.69/5 مجموع تقييمات 13 |
المطور | Daniel Chalmers |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "tick.js" ], "matches": [ "*:\/\/steamcommunity.com\/*" ] } ], "description": "Automatically ticks the terms of service box in the Steam Community Market", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Steam Market Auto-Agree", "short_name": "Steam Auto-Agree", "permissions": [ "*:\/\/steamcommunity.com\/" ], "version": "1.1" } |