Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Csgopolygon Withdraw Assistant là gì?
Csgopolygon Withdraw Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://www.protogalaxy.me, và tính năng chính của nó là "A chrome extension for retrieving new items in the withdraw panel".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Csgopolygon Withdraw Assistant
Tải xuống các tệp mở rộng Csgopolygon Withdraw Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hbjkpapgkolonobiohhihjlbfeihcbio |
URL Chính Thức | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
Mô tả | A chrome extension for retrieving new items in the withdraw panel |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2017-11-08 |
Ngày Phát Hành | 2017-11-08 |
Nhà Phát Triển | https://www.protogalaxy.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.protogalaxy.me |
URL Trang Trợ Giúp | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Csgopolygon Withdraw Assistant", "short_name": "Withdraw Assistant", "description": "A chrome extension for retrieving new items in the withdraw panel", "version": "0.9", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": { "16": "assets\/images\/icon16.png", "24": "assets\/images\/icon24.png", "32": "assets\/images\/icon32.png" }, "default_title": "Withdraw Assistant", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "background": { "scripts": [ "assets\/imports\/jquery-3.2.1.min.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/csgopolygon.com\/withdraw.php" ], "css": [ "assets\/css\/withdraw.css" ], "js": [ "assets\/imports\/jQuery-3.2.1.min.js", "assets\/js\/withdraw.js" ] } ] } |