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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Helpless Steam Tools

ดาวน์โหลดไฟล์ส่วนขยาย Helpless Steam Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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