Steam Popularity Filter
Gives the ability to filter search results based on popularity of games.
Qu'est-ce que Steam Popularity Filter ?
Steam Popularity Filter est une extension Chrome développée par Necroblight, et sa fonction principale est "Gives the ability to filter search results based on popularity of games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam Popularity Filter
Téléchargez les fichiers d'extension Steam Popularity Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Steam Popularity Filter |
ID | icflgpakhkkjeaefoedcbdbahmjopbdc |
URL Officiel | https://chromewebstore.google.com/detail/steam-popularity-filter/icflgpakhkkjeaefoedcbdbahmjopbdc |
Description | Gives the ability to filter search results based on popularity of games. |
Taille du Fichier | 7.11 KB |
Nombre d'Installations | 629 |
Version Actuelle | 12 |
Dernière Mise à Jour | 2018-06-21 |
Date de Publication | 2018-06-21 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Necroblight |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |