Steam Account Name Hider

Changes your Steam Account name to something random, for privacy reasons.

Steam Account Name Hiderคืออะไร?

Steam Account Name Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MilkGames และคุณลักษณะหลักของมันคือ "Changes your Steam Account name to something random, for privacy reasons."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Account Name Hider

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

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

                        Notice: This will NOT change your account username on help.steampowered.com, nor will it change the username in the Account Details section.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steam Account Name Hider Steam Account Name Hider
ID cknndfihoehidelhfijjflfkjlhghgih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-account-name-hider/cknndfihoehidelhfijjflfkjlhghgih
คำอธิบาย Changes your Steam Account name to something random, for privacy reasons.
ขนาดไฟล์ 21.15 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 2.22
อัปเดตครั้งล่าสุด 2018-01-07
วันที่เผยแพร่ 2018-01-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MilkGames
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Account Name Hider",
    "version": "2.22",
    "description": "Changes your Steam Account name to something random, for privacy reasons.",
    "icons": {
        "48": "icons\/arrow-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/*",
                "*:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "accountnamehider.js"
            ],
            "run_at": "document_end"
        }
    ]
}