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!

Qu'est-ce que Helpless Steam Tools ?

Helpless Steam Tools est une extension Chrome développée par https://www.mrhelpless.xyz, et sa fonction principale est "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Helpless Steam Tools

Téléchargez les fichiers d'extension Helpless Steam Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Helpless Steam Tools Helpless Steam Tools
ID olknjonadmjdeaneiggmheccpbjagjok
URL Officiel https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok
Description This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
Taille du Fichier 17.12 KB
Nombre d'Installations 38
Version Actuelle 0.0.1.3
Dernière Mise à Jour 2020-03-09
Date de Publication 2020-03-08
Développeur https://www.mrhelpless.xyz
Type de Paiement free
Site Web de l'Extension https://www.mrhelpless.xyz/extension/
Langues Prises en Charge 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"
    }
}