Steam.Supply's Extension
Improves experience on Steam.Supply & Display trade details on steam
什么是Steam.Supply's Extension?
Steam.Supply's Extension是由https://steam.supply开发的Chrome扩展程序,该扩展的主要功能是“Improves experience on Steam.Supply & Display trade details on steam”。
扩展截图
下载Steam.Supply's Extension扩展crx文件
下载Steam.Supply's Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Our extension can:
- Display the rate of a steam trade to validate the trade is as expected without having to count thousands of cards and making sure they are sets
- Automatically insert required trade message when trading with our rate checker
- Automatically grab selected coupon from steam.supply/Coupons page
More feature to come based on user feedback
Addon does not require 3rd party software, a set database or other hard to gather information for end users.
Description of requested permissions:
https://steamcommunity.com/* - gather trade information for validation
https://steam.supply/* - grabbing API key and sending trade information back for validation
Official website: http://steam.supply/
Official Steam group: https://steamcommunity.com/groups/SteamSupply
Official support email: [email protected]                     扩展基本信息
| 名称 |   |  
| ID | mellbpccdeodofmddeacdojlmgibekpi | 
| 官方URL | https://chromewebstore.google.com/detail/steamsupplys-extension/mellbpccdeodofmddeacdojlmgibekpi | 
| 简介 | Improves experience on Steam.Supply & Display trade details on steam | 
| 文件大小 | 31.3 KB | 
| 安装次数 | 124 | 
| 当前版本 | 0.3 | 
| 更新时间 | 2022-11-11 | 
| 上架时间 | 2022-11-11 | 
| 开发者 | https://steam.supply | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://steam.supply/Userscript | 
| 隐私政策页面URL | https://steam.supply/Privacy | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Steam.Supply's Extension",
    "description": "Improves experience on Steam.Supply & Display trade details on steam",
    "version": "0.3",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Steam.Supply's Extension",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/steamsupply.js"
            ],
            "matches": [
                "https:\/\/steam.supply\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/steam.js"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/tradeoffer.js"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ]
        },
        {
            "resources": [
                "js\/newtradeoffer.js"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/steamcommunity.com\/*",
            "https:\/\/steam.supply\/*"
        ]
    }
}  |  |