Steam cards getter
This extension allow you to automate cards getting process
Steam cards getterคืออะไร?
Steam cards getter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lgg และคุณลักษณะหลักของมันคือ "This extension allow you to automate cards getting process"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam cards getter
ดาวน์โหลดไฟล์ส่วนขยาย Steam cards getter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allow you to automate cards getting process More info could be found here: https://github.com/lgg/steam-cards-getter
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam cards getter |
ID | jkpbeadnomoejfoakjnnpcaiijgbnggk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk |
คำอธิบาย | This extension allow you to automate cards getting process |
ขนาดไฟล์ | 74.88 KB |
จำนวนการติดตั้ง | 267 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2018-07-02 |
วันที่เผยแพร่ | 2018-07-02 |
ผู้พัฒนา | lgg |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lgg/steam-cards-getter |
URL หน้าช่วยเหลือ | https://github.com/lgg/steam-cards-getter |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam cards getter", "description": "This extension allow you to automate cards getting process", "version": "1.1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup\/index.html" }, "permissions": [ "storage", "http:\/\/store.steampowered.com\/", "https:\/\/store.steampowered.com\/" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "js": [ "content-scripts\/steam-cards-getter-content-script.js" ] } ] } |