Helpless Steam Tools

This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!

什麼是Helpless Steam Tools?

Helpless Steam Tools是由https://www.mrhelpless.xyz開發的Chrome擴展程式,該擴展的主要功能是“This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!”。

擴展截圖

screenshot
screenshot

下載Helpless Steam Tools擴展crx文件

下載Helpless Steam Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It is still in development!

Current functions:

-[Fix Images] Shows up Artworks that are normally not visable for you.
-[Center Infobox] Shows up a centerline in every showcase box on your profile edit page, so you can center your text easier.

Thanks for testing :D                    

擴展基本資訊

名稱 Helpless Steam Tools Helpless Steam Tools
ID olknjonadmjdeaneiggmheccpbjagjok
官方網址 https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok
簡介 This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
檔案大小 17.12 KB
安裝次數 38
目前版本 0.0.1.3
更新時間 2020-03-09
上架時間 2020-03-08
開發者 https://www.mrhelpless.xyz
付費類型 free
擴展官網 https://www.mrhelpless.xyz/extension/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Helpless Steam Tools",
    "version": "0.0.1.3",
    "manifest_version": 2,
    "description": "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!",
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/images\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/edit"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Helpless Steam Tools"
    }
}