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.

What is Steam Game Covers?

Steam Game Covers is a Chrome extension developed by Dominik H., and its main feature is "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.".

Extension Screenshots

screenshot

Download Steam Game Covers Extension CRX File

Download Steam Game Covers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Steam Game Covers Steam Game Covers
ID llebobhdlimlfpiebmdjmjbkipmcfmap
Official URL https://chrome.google.com/webstore/detail/steam-game-covers/llebobhdlimlfpiebmdjmjbkipmcfmap
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.
File Size 3.93 MB
Installation Count 21
Current Version 2.2
Last Updated 2018-10-13
Publish Date 2018-10-13
Rating 5.00/5 Total 1 Ratings
Developer Dominik H.
Email [email protected]
Payment Type free
Extension Website https://bitbucket.org/domidodo/steam-game-covers-add-on/wiki/Home
Help Page URL https://bitbucket.org/domidodo/steam-game-covers-add-on/issues?status=new&status=open
Supported Languages 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
    }
}