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
公式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\/*"
            ]
        }
    ]
}