Steam cards getter

This extension allow you to automate cards getting process

What is Steam cards getter?

Steam cards getter is a Chrome extension developed by lgg, and its main feature is "This extension allow you to automate cards getting process".

Extension Screenshots

screenshot

Download Steam cards getter Extension CRX File

Download Steam cards getter 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

                        This extension allow you to automate cards getting process

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

Extension Basic Information

Name Steam cards getter Steam cards getter
ID jkpbeadnomoejfoakjnnpcaiijgbnggk
Official URL https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk
Description This extension allow you to automate cards getting process
File Size 74.88 KB
Installation Count 267
Current Version 1.1.1
Last Updated 2018-07-02
Publish Date 2018-07-02
Developer lgg
Payment Type free
Extension Website https://github.com/lgg/steam-cards-getter
Help Page URL https://github.com/lgg/steam-cards-getter
Supported Languages 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"
            ]
        }
    ]
}