Streamelements Store Plus

Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…

Streamelements Store Plus란 무엇입니까?

Streamelements Store Plus은(는) luismiguelprs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…"입니다.

확장 프로그램 스크린샷

screenshot

Streamelements Store Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add new features at Streamelements Stores:

💰 Display Steam price of store items!
🚫 Hide Sold Out items

Feel free to stay in touch and suggest any features you want!                    

확장 프로그램 기본 정보

이름 Streamelements Store Plus Streamelements Store Plus
ID bnohnioigfecaljdondphgeckfpdepkk
공식 URL https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk
설명 Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
파일 크기 2.97 MB
설치 횟수 56
현재 버전 0.0.17
최근 업데이트 2024-01-08
출시 날짜 2023-11-17
평점 5.00/5 총 6 개의 평점
개발자 luismiguelprs
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Streamelements Store Plus",
    "version": "0.0.17",
    "icons": {
        "128": "icon-128.2790b6f2.png"
    },
    "background": {
        "service_worker": "background.efc70194.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/streamelements.com\/*"
            ],
            "js": [
                "steam-prices.runtime.0d1a6982.js",
                "steam-prices.44b0443b.js",
                "hide-sold-out.b6b61e72.js"
            ],
            "css": [
                "styles.98957d38.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/steamcommunity.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/streamelements.com\/*"
            ],
            "resources": [
                "loader.c456915b.png",
                "steam-logo.fd9401f9.svg"
            ]
        }
    ]
}