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
官方網址 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\/*"
            ]
        }
    ]
}