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 |
官方網址 | 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" ] } ] } |