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 là gì?

Helpless Steam Tools là một tiện ích mở rộng Chrome được phát triển bởi https://www.mrhelpless.xyz, và tính năng chính của nó là "This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Helpless Steam Tools

Tải xuống các tệp mở rộng Helpless Steam Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Helpless Steam Tools Helpless Steam Tools
ID olknjonadmjdeaneiggmheccpbjagjok
URL Chính Thức https://chromewebstore.google.com/detail/helpless-steam-tools/olknjonadmjdeaneiggmheccpbjagjok
Mô tả This Extansion will help you to see Artworks on Steam which normally not show up correctly and other stuff to modify your profile!
Kích Thước Tệp 17.12 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.0.1.3
Cập Nhật Lần Cuối 2020-03-09
Ngày Phát Hành 2020-03-08
Nhà Phát Triển https://www.mrhelpless.xyz
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mrhelpless.xyz/extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}