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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dominik H. และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Game Covers

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}