CSGO.exchange Auto retrieve
Auto retrieve
CSGO.exchange Auto retrieveคืออะไร?
CSGO.exchange Auto retrieve เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.protogalaxy.me และคุณลักษณะหลักของมันคือ "Auto retrieve"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSGO.exchange Auto retrieve
ดาวน์โหลดไฟล์ส่วนขยาย CSGO.exchange Auto retrieve ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSGO.exchange Auto retrieve |
ID | pgocnhcnmcbeidhipdcpnolnenapnnog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog |
คำอธิบาย | Auto retrieve |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-10-31 |
วันที่เผยแพร่ | 2017-10-31 |
ผู้พัฒนา | https://www.protogalaxy.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.protogalaxy.me/csgo-exchange-autoretrieve/ |
URL หน้าช่วยเหลือ | https://github.com/CauserLee/CSGO.exchange-Autoretrieve |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSGO.exchange Auto retrieve", "author": "Arthur.Lee", "version": "1.5", "description": "Auto retrieve", "icons": { "128": "action.png" }, "permissions": [ "tabs", "notifications", "http:\/\/csgo.exchange\/" ], "background": { "scripts": [ "jquery.js", "logic.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/csgo.exchange\/*" ], "css": [ "main.css" ], "js": [ "jquery.js", "popup.js" ] } ], "browser_action": { "default_title": "Auto retrieve", "default_icon": "action.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "logic.js" ] } |