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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } ] } |