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文件

下载Steam Game Covers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}