Buff Currency Converter
Easily convert currencies on buff.163.com
Buff Currency Converter là gì?
Buff Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi ahmed-sohag, và tính năng chính của nó là "Easily convert currencies on buff.163.com".
Ả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 Buff Currency Converter
Tải xuống các tệp mở rộng Buff Currency Converter 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
Don't you hate having to convert every price on buff.163.com? Well hate that no more, as with this solution we've solved the problem. It's VERY simple. 1. Install the extension 2. Click the Buff Currency icon in the extensions bar and choose the currency you want to convert to
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Buff Currency Converter |
ID | ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
URL Chính Thức | https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
Mô tả | Easily convert currencies on buff.163.com |
Kích Thước Tệp | 23.63 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.0.6.1 |
Cập Nhật Lần Cuối | 2023-09-21 |
Ngày Phát Hành | 2021-03-31 |
Đánh Giá | 4.20/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | ahmed-sohag |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/adjust-sound-video/home |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buff Currency Converter", "description": "Easily convert currencies on buff.163.com", "version": "1.0.6.1", "permissions": [ "alarms", "storage" ], "host_permissions": [ "*:\/\/buff.163.com\/*" ], "manifest_version": 3, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_title": "Settings", "default_popup": "html\/popup.html" }, "icons": { "16": "assets\/buff_163_icon_16.png", "48": "assets\/buff_163_icon_48.png", "128": "assets\/buff_163_icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/buff.163.com\/*" ], "run_at": "document_idle", "js": [ "js\/content.js" ] } ] } |