Steam cards getter

This extension allow you to automate cards getting process

Vad är Steam cards getter?

Steam cards getter är en Chrome-tillägg utvecklad av lgg, och dess huvudfunktion är "This extension allow you to automate cards getting process".

Tilläggsskärmbilder

screenshot

Ladda ner Steam cards getter-förlängningens CRX-fil

Ladda ner Steam cards getter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension allow you to automate cards getting process

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

Grundläggande Information om Tillägg

Namn Steam cards getter Steam cards getter
ID jkpbeadnomoejfoakjnnpcaiijgbnggk
Officiell webbadress https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk
Beskrivning This extension allow you to automate cards getting process
Filstorlek 74.88 KB
Antal Installationer 267
Aktuell Version 1.1.1
Senast Uppdaterad 2018-07-02
Publiceringsdatum 2018-07-02
Utvecklare lgg
Betalningssätt free
Tilläggswebbplats https://github.com/lgg/steam-cards-getter
Hjälpsida URL https://github.com/lgg/steam-cards-getter
Stödda Språk 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"
            ]
        }
    ]
}