Steam Popularity Filter

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

Steam Popularity Filter là gì?

Steam Popularity Filter là một tiện ích mở rộng Chrome được phát triển bởi Necroblight, và tính năng chính của nó là "Gives the ability to filter search results based on popularity of games.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Popularity Filter

Tải xuống các tệp mở rộng Steam Popularity Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Popularity Filter Steam Popularity Filter
ID icflgpakhkkjeaefoedcbdbahmjopbdc
URL Chính Thức https://chromewebstore.google.com/detail/steam-popularity-filter/icflgpakhkkjeaefoedcbdbahmjopbdc
Mô tả Gives the ability to filter search results based on popularity of games.
Kích Thước Tệp 7.11 KB
Số Lần Cài Đặt 629
Phiên Bản Hiện Tại 12
Cập Nhật Lần Cuối 2018-06-21
Ngày Phát Hành 2018-06-21
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Necroblight
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}