Steam Popularity Filter
Gives the ability to filter search results based on popularity of games.
Steam Popularity Filter क्या है?
Steam Popularity Filter Necroblight द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives the ability to filter search results based on popularity of games."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam Popularity Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |