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
公式URL 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"
            ]
        }
    ]
}