Rust store enhancer
Extension allows you to buy skins quickly
Rust store enhancerคืออะไร?
Rust store enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FA และคุณลักษณะหลักของมันคือ "Extension allows you to buy skins quickly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rust store enhancer
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |