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!

Cos'è Helpless Steam Tools?

Helpless Steam Tools è un'estensione di Chrome sviluppata da https://www.mrhelpless.xyz, e la sua funzione principale è "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Helpless Steam Tools

Scarica i file di estensione Helpless Steam Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Helpless Steam Tools Helpless Steam Tools
ID olknjonadmjdeaneiggmheccpbjagjok
URL Ufficiale https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok
Descrizione This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
Dimensione del File 17.12 KB
Conteggio Installazioni 38
Versione Corrente 0.0.1.3
Ultimo Aggiornamento 2020-03-09
Data di Pubblicazione 2020-03-08
Sviluppatore https://www.mrhelpless.xyz
Tipo di Pagamento free
Sito Web dell'Estensione https://www.mrhelpless.xyz/extension/
Lingue Supportate 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"
    }
}