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!

Was ist Helpless Steam Tools?

Helpless Steam Tools ist eine Chrome-Erweiterung, die von https://www.mrhelpless.xyz entwickelt wurde, und ihr Hauptmerkmal ist "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!".

Erweiterungsscreenshots

screenshot
screenshot

Helpless Steam Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Helpless Steam Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Helpless Steam Tools Helpless Steam Tools
ID olknjonadmjdeaneiggmheccpbjagjok
Offizielle URL https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok
Beschreibung This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
Dateigröße 17.12 KB
Installationsanzahl 38
Aktuelle Version 0.0.1.3
Letztes Update 2020-03-09
Veröffentlichungsdatum 2020-03-08
Entwickler https://www.mrhelpless.xyz
Zahlungsart free
Erweiterungswebsite https://www.mrhelpless.xyz/extension/
Unterstützte Sprachen 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"
    }
}