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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Helpless Steam Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}