Rust store enhancer
Extension allows you to buy skins quickly
Was ist Rust store enhancer?
Rust store enhancer ist eine Chrome-Erweiterung, die von FA entwickelt wurde, und ihr Hauptmerkmal ist "Extension allows you to buy skins quickly".
Erweiterungsscreenshots
Rust store enhancer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rust store enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Rust store enhancer |
ID | npifabgmhhieoleailiphhgijpfbopec |
Offizielle URL | https://chromewebstore.google.com/detail/rust-store-enhancer/npifabgmhhieoleailiphhgijpfbopec |
Beschreibung | Extension allows you to buy skins quickly |
Dateigröße | 26.9 KB |
Installationsanzahl | 24 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2019-07-13 |
Veröffentlichungsdatum | 2019-07-13 |
Entwickler | FA |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |