Steam cards getter

This extension allow you to automate cards getting process

Cos'è Steam cards getter?

Steam cards getter è un'estensione di Chrome sviluppata da lgg, e la sua funzione principale è "This extension allow you to automate cards getting process".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steam cards getter

Scarica i file di estensione Steam cards getter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allow you to automate cards getting process

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

Informazioni di Base sull'Estensione

Nome Steam cards getter Steam cards getter
ID jkpbeadnomoejfoakjnnpcaiijgbnggk
URL Ufficiale https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk
Descrizione This extension allow you to automate cards getting process
Dimensione del File 74.88 KB
Conteggio Installazioni 267
Versione Corrente 1.1.1
Ultimo Aggiornamento 2018-07-02
Data di Pubblicazione 2018-07-02
Sviluppatore lgg
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lgg/steam-cards-getter
URL della Pagina di Aiuto https://github.com/lgg/steam-cards-getter
Lingue Supportate 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"
            ]
        }
    ]
}