SteamDB

Adds SteamDB links and new features on the Steam store and community. View lowest game prices and stats.

什么是SteamDB?

SteamDB是由https://steamdb.info开发的Chrome扩展程序,该扩展的主要功能是“Adds SteamDB links and new features on the Steam store and community. View lowest game prices and stats.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载SteamDB扩展crx文件

下载SteamDB扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - Display lowest recorded price on game pages (all currencies supported, price history)
- Display concurrent players and peaks on game pages
- Display latest game update on game page
- Adds links to SteamDB across Steam sites
- Adds a link to PCGamingWiki
- Quick sell buttons in inventory
- Skip age check gate on the store
- Accept market agreement automatically
- Remove linkfilter links
- Highlight your owned games, DLCs and packages on steamdb.info
- Allows wishlisting, following and ignoring games directly from steamdb.info
- A lot of other smaller tweaks and features
- Simpler and faster alternative to Enhanced Steam and Augmented Steam

More information: https://steamdb.info/extension/
GitHub: https://github.com/SteamDatabase/BrowserExtension                    

扩展基本信息

名称 SteamDB SteamDB
ID kdbmhfkmnlmbkgbabkdealhhbfhlmmon
官方URL https://chromewebstore.google.com/detail/steamdb/kdbmhfkmnlmbkgbabkdealhhbfhlmmon
简介 Adds SteamDB links and new features on the Steam store and community. View lowest game prices and stats.
文件大小 63.83 KB
安装次数 315,618
当前版本 3.7.9
更新时间 2023-11-30
上架时间 2020-07-04
评分 4.66/5 共465次评分
开发者 https://steamdb.info
电子邮箱 [email protected]
付费类型 free
扩展官网 https://steamdb.info/extension/
帮助页面URL https://steamdb.info/faq/
隐私政策页面URL https://steamdb.info/extension/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.7.9",
    "author": "SteamDB",
    "name": "SteamDB",
    "short_name": "SteamDB",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/steamdb.info\/",
    "options_ui": {
        "page": "options\/options.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/steamdb.info\/*",
        "https:\/\/steamcommunity.com\/*",
        "https:\/\/*.steampowered.com\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "use_dynamic_url": true,
            "resources": [
                "options\/options.html",
                "icons\/white.svg",
                "icons\/pcgamingwiki.svg",
                "icons\/image.svg",
                "styles\/appicon.css",
                "styles\/inventory-sidebar.css",
                "scripts\/community\/inventory.js",
                "scripts\/community\/agecheck_injected.js",
                "scripts\/community\/filedetails_award_injected.js",
                "scripts\/community\/profile_award_injected.js",
                "scripts\/community\/tradeoffer_injected.js",
                "scripts\/store\/invalidate_cache_injected.js",
                "scripts\/store\/registerkey_injected.js",
                "scripts\/store\/subscriptions.js"
            ],
            "matches": [
                "https:\/\/store.steampowered.com\/*",
                "https:\/\/steamcommunity.com\/*"
            ]
        },
        {
            "use_dynamic_url": true,
            "resources": [
                "options\/options.html"
            ],
            "matches": [
                "https:\/\/steamdb.info\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamdb.info\/*"
            ],
            "exclude_matches": [
                "https:\/\/steamdb.info\/api\/*",
                "https:\/\/steamdb.info\/static\/*",
                "https:\/\/steamdb.info\/embed\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/steamdb\/global.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/store.steampowered.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/store.steampowered.com\/account\/ackgift\/*",
                "https:\/\/store.steampowered.com\/account\/redeemwalletcode\/*",
                "https:\/\/store.steampowered.com\/actions\/*",
                "https:\/\/store.steampowered.com\/api\/*",
                "https:\/\/store.steampowered.com\/broadcast\/*",
                "https:\/\/store.steampowered.com\/buyitem\/*",
                "https:\/\/store.steampowered.com\/checkout\/*",
                "https:\/\/store.steampowered.com\/dynamicstore\/*",
                "https:\/\/store.steampowered.com\/join\/*",
                "https:\/\/store.steampowered.com\/login\/*",
                "https:\/\/store.steampowered.com\/public\/*",
                "https:\/\/store.steampowered.com\/saleaction\/*",
                "https:\/\/store.steampowered.com\/supportmessages\/*",
                "https:\/\/store.steampowered.com\/videos\/*",
                "https:\/\/store.steampowered.com\/vtt\/*",
                "https:\/\/store.steampowered.com\/widget\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/global.js",
                "scripts\/store\/invalidate_cache.js"
            ],
            "css": [
                "styles\/global.css",
                "styles\/store.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/store.steampowered.com\/checkout\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/invalidate_cache.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/store.steampowered.com\/cart\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/cart.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/app_error.js",
                "scripts\/store\/app.js"
            ],
            "css": [
                "styles\/store.css"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/news\/app\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/app_error.js",
                "scripts\/store\/app_news.js"
            ],
            "css": [
                "styles\/store.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/app_images.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/account\/licenses*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/account.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/store.steampowered.com\/account\/registerkey*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/registerkey.js"
            ],
            "css": [
                "styles\/store.css"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/sub\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/sub.js"
            ],
            "css": [
                "styles\/store.css"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/bundle\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/bundle.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/store.steampowered.com\/widget\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/widget.js"
            ],
            "css": [
                "styles\/store.css"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/video\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/video.js"
            ],
            "css": [
                "styles\/store.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*\/agecheck",
                "https:\/\/store.steampowered.com\/agecheck\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/app_error.js",
                "scripts\/store\/agecheck.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/explore*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/store\/explore.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/checkout\/sendgift\/*"
            ],
            "js": [
                "scripts\/store\/gifting.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/store.steampowered.com\/app\/*",
                "https:\/\/steamcommunity.com\/app\/*",
                "https:\/\/steamcommunity.com\/sharedfiles\/filedetails*",
                "https:\/\/steamcommunity.com\/workshop\/filedetails*",
                "https:\/\/steamcommunity.com\/workshop\/browse*",
                "https:\/\/steamcommunity.com\/workshop\/discussions*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/appicon.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/steamcommunity.com\/actions\/*",
                "https:\/\/steamcommunity.com\/chat\/*",
                "https:\/\/steamcommunity.com\/login\/*",
                "https:\/\/steamcommunity.com\/miniprofile\/*",
                "https:\/\/steamcommunity.com\/public\/*",
                "https:\/\/steamcommunity.com\/openid\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/global.js"
            ],
            "css": [
                "styles\/global.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/profiles\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/profile.js"
            ],
            "css": [
                "styles\/community.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*\/inventory*",
                "https:\/\/steamcommunity.com\/profiles\/*\/inventory*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/profile_inventory.js"
            ],
            "css": [
                "styles\/inventory.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*\/stats*",
                "https:\/\/steamcommunity.com\/profiles\/*\/stats*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/profile_achievements.js"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/stats\/*\/achievements*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/global_achievements.js"
            ],
            "css": [
                "styles\/community.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/tradeoffer\/*"
            ],
            "exclude_matches": [
                "https:\/\/steamcommunity.com\/tradeoffer\/*\/confirm*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/tradeoffer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*\/recommended\/*",
                "https:\/\/steamcommunity.com\/profiles\/*\/recommended\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/profile_recommended.js"
            ],
            "css": [
                "styles\/community.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*\/badges*",
                "https:\/\/steamcommunity.com\/profiles\/*\/badges*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/profile_badges.js"
            ],
            "css": [
                "styles\/community.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*\/gamecards\/*",
                "https:\/\/steamcommunity.com\/profiles\/*\/gamecards\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/profile_gamecards.js"
            ],
            "css": [
                "styles\/community.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/app\/*",
                "https:\/\/steamcommunity.com\/sharedfiles\/filedetails*",
                "https:\/\/steamcommunity.com\/workshop\/filedetails*",
                "https:\/\/steamcommunity.com\/workshop\/browse*",
                "https:\/\/steamcommunity.com\/workshop\/discussions*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/gamehub.js"
            ],
            "css": [
                "styles\/community.css"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/sharedfiles\/filedetails*",
                "https:\/\/steamcommunity.com\/workshop\/filedetails*"
            ],
            "js": [
                "scripts\/community\/filedetails.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/steamcommunity.com\/app\/*",
                "https:\/\/steamcommunity.com\/games\/*",
                "https:\/\/steamcommunity.com\/sharedfiles\/*",
                "https:\/\/steamcommunity.com\/workshop\/*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/agecheck.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/steamcommunity.com\/market\/*",
                "https:\/\/steamcommunity.com\/id\/*\/inventory*",
                "https:\/\/steamcommunity.com\/profiles\/*\/inventory*"
            ],
            "js": [
                "scripts\/common.js",
                "scripts\/community\/market_ssa.js"
            ]
        }
    ]
}