Steam Popularity Filter
Gives the ability to filter search results based on popularity of games.
ما هو Steam Popularity Filter؟
Steam Popularity Filter هو إضافة Chrome تم تطويرها بواسطة Necroblight، والميزة الرئيسية لها هي "Gives the ability to filter search results based on popularity of games.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Steam Popularity Filter
قم بتنزيل ملفات الامتداد Steam Popularity Filter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that makes browsing Steam's bloated store much easier, by filtering games based on their popularity relative to their price. In addition, this extension adds a shortcut to steam key activation page, in the user drop-down menu, and lets you activate several keys at the same time, and even lets you extract and activate those keys from a block of text, which allows you yo activate whole bundles in a single copy-paste.
معلومات أساسية عن التمديد
الاسم | Steam Popularity Filter |
ID | icflgpakhkkjeaefoedcbdbahmjopbdc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/steam-popularity-filter/icflgpakhkkjeaefoedcbdbahmjopbdc |
الوصف | Gives the ability to filter search results based on popularity of games. |
حجم الملف | 7.11 KB |
عدد التثبيتات | 629 |
النسخة الحالية | 12 |
آخر تحديث | 2018-06-21 |
تاريخ النشر | 2018-06-21 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Necroblight |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Popularity Filter", "version": "12", "description": "Gives the ability to filter search results based on popularity of games.", "content_scripts": [ { "js": [ "popularity_filter.js" ], "css": [ "popularity_filter.css" ], "matches": [ "http:\/\/store.steampowered.com\/search\/*", "https:\/\/store.steampowered.com\/search\/*" ] }, { "js": [ "batch_activator.js" ], "matches": [ "https:\/\/store.steampowered.com\/account\/registerkey" ] }, { "js": [ "general.js" ], "matches": [ "http:\/\/store.steampowered.com\/*" ] }, { "js": [ "general.js" ], "matches": [ "https:\/\/store.steampowered.com\/*" ] } ] } |