Steam Popularity Filter
Gives the ability to filter search results based on popularity of games.
Wat is Steam Popularity Filter?
Steam Popularity Filter is een Chrome-extensie ontwikkeld door Necroblight, en de belangrijkste functie is "Gives the ability to filter search results based on popularity of games.".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Popularity Filter
Download Steam Popularity Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Steam Popularity Filter |
ID | icflgpakhkkjeaefoedcbdbahmjopbdc |
Officiële URL | https://chromewebstore.google.com/detail/steam-popularity-filter/icflgpakhkkjeaefoedcbdbahmjopbdc |
Beschrijving | Gives the ability to filter search results based on popularity of games. |
Bestandsgrootte | 7.11 KB |
Aantal Installaties | 629 |
Huidige Versie | 12 |
Laatst Bijgewerkt | 2018-06-21 |
Publicatiedatum | 2018-06-21 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Necroblight |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |