Rust store enhancer

Extension allows you to buy skins quickly

Rust store enhancerとは何ですか?

Rust store enhancerはFAによって開発されたChromeの拡張機能で、その主な機能は「Extension allows you to buy skins quickly」です。

拡張機能のスクリーンショット

screenshot
screenshot

Rust store enhancer拡張機能のCRXファイルをダウンロード

Rust store enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will adds a "Add to cart" button on each item on the store. Enjoy

Why I created this extension? 
Because I like to buy Rust skins on Steam and I don't want to bother clicking on each item to add it to the cart. It's very simple script but it does the job really well as I've been using this for quite a while and I though it may be useful for other, and as they say sharing is caring.

tl;dr
Laziness                    

拡張機能の基本情報

名前 Rust store enhancer Rust store enhancer
ID npifabgmhhieoleailiphhgijpfbopec
公式URL https://chromewebstore.google.com/detail/rust-store-enhancer/npifabgmhhieoleailiphhgijpfbopec
説明 Extension allows you to buy skins quickly
ファイルサイズ 26.9 KB
インストール数 24
現在のバージョン 0.1.0
最終更新日 2019-07-13
公開日 2019-07-13
開発者 FA
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rust store enhancer",
    "description": "Extension allows you to buy skins quickly",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/itemstore\/252490\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}