Steam cards getter

This extension allow you to automate cards getting process

什麼是Steam cards getter?

Steam cards getter是由lgg開發的Chrome擴展程式,該擴展的主要功能是“This extension allow you to automate cards getting process”。

擴展截圖

screenshot

下載Steam cards getter擴展crx文件

下載Steam cards getter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allow you to automate cards getting process

More info could be found here: https://github.com/lgg/steam-cards-getter                    

擴展基本資訊

名稱 Steam cards getter Steam cards getter
ID jkpbeadnomoejfoakjnnpcaiijgbnggk
官方網址 https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk
簡介 This extension allow you to automate cards getting process
檔案大小 74.88 KB
安裝次數 267
目前版本 1.1.1
更新時間 2018-07-02
上架時間 2018-07-02
開發者 lgg
付費類型 free
擴展官網 https://github.com/lgg/steam-cards-getter
說明頁面URL https://github.com/lgg/steam-cards-getter
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam cards getter",
    "description": "This extension allow you to automate cards getting process",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/store.steampowered.com\/",
        "https:\/\/store.steampowered.com\/"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "content-scripts\/steam-cards-getter-content-script.js"
            ]
        }
    ]
}