Steam cards getter

This extension allow you to automate cards getting process

Apa itu Steam cards getter?

Steam cards getter adalah ekstensi Chrome yang dikembangkan oleh lgg, dan fitur utamanya adalah "This extension allow you to automate cards getting process".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Steam cards getter

Unduh file ekstensi Steam cards getter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension allow you to automate cards getting process

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

Informasi Dasar Ekstensi

Nama Steam cards getter Steam cards getter
ID jkpbeadnomoejfoakjnnpcaiijgbnggk
URL Resmi https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk
Deskripsi This extension allow you to automate cards getting process
Ukuran File 74.88 KB
Jumlah Instalasi 267
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2018-07-02
Tanggal Publikasi 2018-07-02
Pengembang lgg
Tipe Pembayaran free
Situs Ekstensi https://github.com/lgg/steam-cards-getter
URL Halaman Bantuan https://github.com/lgg/steam-cards-getter
Bahasa yang Didukung 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"
            ]
        }
    ]
}