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!

Wat is Helpless Steam Tools?

Helpless Steam Tools is een Chrome-extensie ontwikkeld door https://www.mrhelpless.xyz, en de belangrijkste functie is "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Helpless Steam Tools

Download Helpless Steam Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Helpless Steam Tools Helpless Steam Tools
ID olknjonadmjdeaneiggmheccpbjagjok
Officiële URL https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok
Beschrijving This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
Bestandsgrootte 17.12 KB
Aantal Installaties 38
Huidige Versie 0.0.1.3
Laatst Bijgewerkt 2020-03-09
Publicatiedatum 2020-03-08
Ontwikkelaar https://www.mrhelpless.xyz
Betalingswijze free
Extensiewebsite https://www.mrhelpless.xyz/extension/
Ondersteunde Talen 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"
    }
}