Steam Popularity Filter

Gives the ability to filter search results based on popularity of games.

什麼是Steam Popularity Filter?

Steam Popularity Filter是由Necroblight開發的Chrome擴展程式,該擴展的主要功能是“Gives the ability to filter search results based on popularity of games.”。

擴展截圖

screenshot

下載Steam Popularity Filter擴展crx文件

下載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 Steam Popularity Filter
ID icflgpakhkkjeaefoedcbdbahmjopbdc
官方網址 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\/*"
            ]
        }
    ]
}