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
公式URL 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"
    }
}