Steam Friends Enhancer

Improve steam friends experience

Steam Friends Enhancer란 무엇입니까?

Steam Friends Enhancer은(는) ceifa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve steam friends experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension help you to manager your steam friends list. The current features available are:

- Send mass comments to your friends
- Select friends by offline time                    

확장 프로그램 기본 정보

이름 Steam Friends Enhancer Steam Friends Enhancer
ID homplpaldlodpgkcilfgcbfoaolbmplm
공식 URL https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm
설명 Improve steam friends experience
파일 크기 18.83 KB
설치 횟수 2,167
현재 버전 0.0.5
최근 업데이트 2022-03-16
출시 날짜 2020-07-12
평점 4.00/5 총 19 개의 평점
개발자 ceifa
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ceifa/steam-friends-enhancer
도움말 페이지 URL https://github.com/ceifa/steam-friends-enhancer/issues
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Friends Enhancer",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Improve steam friends experience",
    "icons": {
        "128": ".\/static\/icon-128px.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/steamcommunity.com\/*\/*\/friends*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/js\/injected.js"
    ],
    "permissions": [
        "*:\/\/steamcommunity.com\/*\/*\/friends*"
    ]
}