SupremeAccess Helper
Helpful bot functions to assist SupremeAccess Bot users.
SupremeAccess Helper là gì?
SupremeAccess Helper là một tiện ích mở rộng Chrome được phát triển bởi http://bot.supremeaccess.com, và tính năng chính của nó là "Helpful bot functions to assist SupremeAccess Bot users.".
Tải xuống tệp CRX của tiện ích mở rộng SupremeAccess Helper
Tải xuống các tệp mở rộng SupremeAccess Helper 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ckencgkikkhdkpmekmdnejdmhefnkfmo |
URL Chính Thức | https://chrome.google.com/webstore/detail/supremeaccess-helper/ckencgkikkhdkpmekmdnejdmhefnkfmo |
Mô tả | Helpful bot functions to assist SupremeAccess Bot users. |
Kích Thước Tệp | 49.19 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-04-26 |
Ngày Phát Hành | 2017-04-26 |
Nhà Phát Triển | http://bot.supremeaccess.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SupremeAccess Helper", "version": "1.0.0", "manifest_version": 2, "description": "Helpful bot functions to assist SupremeAccess Bot users.", "homepage_url": "http:\/\/bot.supremeaccess.com\/", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "SA Helper Menu", "default_popup": "browser_action.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "proxy" ] } |