Rust store enhancer

Extension allows you to buy skins quickly

Rust store enhancer क्या है?

Rust store enhancer FA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension allows you to buy skins quickly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rust store enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}