Steam Popularity Filter
Gives the ability to filter search results based on popularity of games.
Cos'è Steam Popularity Filter?
Steam Popularity Filter è un'estensione di Chrome sviluppata da Necroblight, e la sua funzione principale è "Gives the ability to filter search results based on popularity of games.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Popularity Filter
Scarica i file di estensione Steam Popularity Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Steam Popularity Filter |
ID | icflgpakhkkjeaefoedcbdbahmjopbdc |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-popularity-filter/icflgpakhkkjeaefoedcbdbahmjopbdc |
Descrizione | Gives the ability to filter search results based on popularity of games. |
Dimensione del File | 7.11 KB |
Conteggio Installazioni | 629 |
Versione Corrente | 12 |
Ultimo Aggiornamento | 2018-06-21 |
Data di Pubblicazione | 2018-06-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Necroblight |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |