Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Steamlevels Steam Enhancer란 무엇입니까?

Steamlevels Steam Enhancer은(는) https://steamlevels.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autocraft Steam Badges & Steam Gems!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Steamlevels Steam Enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features to come:
- Manage trades & friend invites
- Upload animated artwork & invisible characters
- See when someone is actually Online/Away from their Steam profile

We are not affiliated with Valve, Steam or any of their partners. The Steam Data we use is from the Steam Web API and is provided on "as-is" terms.

Made by King, toxic and Nacho with <3                    

확장 프로그램 기본 정보

이름 Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
공식 URL https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
설명 Autocraft Steam Badges & Steam Gems!
파일 크기 81.1 KB
설치 횟수 1,774
현재 버전 0.0.20
최근 업데이트 2021-09-01
출시 날짜 2020-05-05
평점 4.67/5 총 12 개의 평점
개발자 https://steamlevels.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://steamlevels.com
도움말 페이지 URL https://steamlevels.com/help
개인정보 보호 정책 페이지 URL https://steamlevels.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steamlevels Steam Enhancer",
    "version": "0.0.20",
    "description": "Autocraft Steam Badges & Steam Gems!",
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-3.4.1.min.js",
                "varExtract.js",
                "autocraft.js",
                "gemcrafter.js"
            ],
            "css": [
                "autocraft.css",
                "gemcrafter.css"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}