Steam Game Covers

Burn your Steam game backups to a CD that's as great as the game itself. This add-on adds a Covers-area to the Steam games page.

Steam Game Covers란 무엇입니까?

Steam Game Covers은(는) Dominik H.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Burn your Steam game backups to a CD that's as great as the game itself. This add-on adds a Covers-area to the Steam games page."입니다.

확장 프로그램 스크린샷

screenshot

Steam Game Covers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Burn your Steam game backups to a CD that's as great as the game itself. For that you need really good covers. This add-on adds a Covers-area to the Steam games page.

It include:
- Disc faces
- Jewel cases
- Amary cases
- BlueRay casee                    

확장 프로그램 기본 정보

이름 Steam Game Covers Steam Game Covers
ID llebobhdlimlfpiebmdjmjbkipmcfmap
공식 URL https://chrome.google.com/webstore/detail/steam-game-covers/llebobhdlimlfpiebmdjmjbkipmcfmap
설명 Burn your Steam game backups to a CD that's as great as the game itself. This add-on adds a Covers-area to the Steam games page.
파일 크기 3.93 MB
설치 횟수 21
현재 버전 2.2
최근 업데이트 2018-10-13
출시 날짜 2018-10-13
평점 5.00/5 총 1 개의 평점
개발자 Dominik H.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bitbucket.org/domidodo/steam-game-covers-add-on/wiki/Home
도움말 페이지 URL https://bitbucket.org/domidodo/steam-game-covers-add-on/issues?status=new&status=open
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Game Covers",
    "version": "2.2",
    "author": "Dominik Hitschmann",
    "description": "Burn your Steam game backups to a CD that's as great as the game itself. This add-on adds a Covers-area to the Steam games page.",
    "icons": {
        "48": "img\/icon.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.jpg"
    ],
    "permissions": [
        "storage",
        "webRequest",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/app\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*agecheck*"
            ],
            "css": [
                "css\/steamgamecovers.css"
            ],
            "js": [
                "src\/settings.js",
                "src\/textPool.js",
                "src\/steamScrollBarController.js",
                "src\/steamDOM.js",
                "src\/coversManager.js",
                "src\/boot.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/installed\/installed.js"
        ]
    },
    "options_ui": {
        "page": "src\/settings\/index.html",
        "open_in_tab": true
    }
}