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.

Wat is Steam Game Covers?

Steam Game Covers is een Chrome-extensie ontwikkeld door Dominik H., en de belangrijkste functie 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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Steam Game Covers

Download Steam Game Covers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Steam Game Covers Steam Game Covers
ID llebobhdlimlfpiebmdjmjbkipmcfmap
Officiële URL https://chrome.google.com/webstore/detail/steam-game-covers/llebobhdlimlfpiebmdjmjbkipmcfmap
Beschrijving 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.
Bestandsgrootte 3.93 MB
Aantal Installaties 21
Huidige Versie 2.2
Laatst Bijgewerkt 2018-10-13
Publicatiedatum 2018-10-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Dominik H.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bitbucket.org/domidodo/steam-game-covers-add-on/wiki/Home
Help Pagina-URL https://bitbucket.org/domidodo/steam-game-covers-add-on/issues?status=new&status=open
Ondersteunde Talen 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
    }
}