SteamLevelU Extension

Improves interaction with game badges and profile level

什么是SteamLevelU Extension?

SteamLevelU Extension是由SteamLevelU.com开发的Chrome扩展程序,该扩展的主要功能是“Improves interaction with game badges and profile level”。

扩展截图

screenshot

下载SteamLevelU Extension扩展crx文件

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

扩展使用说明

                        Craft badges, count sets to reach higher steam level and much more to come...                    

扩展基本信息

名称 SteamLevelU Extension SteamLevelU Extension
ID kbhpgleleakfcijediopmhddclffidbg
官方URL https://chromewebstore.google.com/detail/steamlevelu-extension/kbhpgleleakfcijediopmhddclffidbg
简介 Improves interaction with game badges and profile level
文件大小 156 KB
安装次数 1,352
当前版本 0.2
更新时间 2023-05-04
上架时间 2023-05-01
评分 5.00/5 共6次评分
开发者 SteamLevelU.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://steamlevelu.com/
支持的语言 en
manifest.json
{
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "page.html",
        "default_title": "SteamLevelU Extension"
    },
    "content_scripts": [
        {
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/craftInjection.js"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/badges\/*",
                "*:\/\/steamcommunity.com\/profiles\/*\/badges\/*",
                "*:\/\/steamcommunity.com\/id\/*\/badges",
                "*:\/\/steamcommunity.com\/profiles\/*\/badges"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Improves interaction with game badges and profile level",
    "externally_connectable": {
        "matches": [
            "*:\/\/steamcommunity.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/steamcommunity.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/VXMO6Fo1IXFTATq0IkLEASXSYOfZrDOOObj96NcnC1gMlaW4L0DylDXVltYYNpvuHievUMnFi9NXtTExKkqcD8BVRRI0\/1uLheZOXSOH4\/aaE\/x9rVbi5TNEZ8mkJurASNJtsMaqzMG2SKYLtnXD1A7Q9\/8EZayxn4NNOFjxSY4qZHLiI242nOBxA8in3HkNb3\/XdNpgeemsZ8pT0TjE4BxOfF7Otw72M7REJdnteNwp5Mae5jvWhPCy0ZJGWhfgTzEzQV1CviDkQBrXzXrbLQzEY+WFq6bebKZnJ295e470HcxZKBS27\/O9TIdlY\/EmetqqZEojylWs8\/P8ykSwIDAQAB",
    "manifest_version": 3,
    "name": "SteamLevelU Extension",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/*"
            ],
            "resources": [
                "style\/style.css",
                "script\/helper.js",
                "script\/*.js",
                "icons\/*",
                "fonts\/*"
            ]
        }
    ]
}