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”。
扩展截图
下载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 |
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" ] } ] } |