Buff Currency Converter
Easily convert currencies on buff.163.com
什么是Buff Currency Converter?
Buff Currency Converter是由ahmed-sohag开发的Chrome扩展程序,该扩展的主要功能是“Easily convert currencies on buff.163.com”。
扩展截图
下载Buff Currency Converter扩展crx文件
下载Buff Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Buff Currency Converter |
ID | ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
官方URL | https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
简介 | Easily convert currencies on buff.163.com |
文件大小 | 23.63 KB |
安装次数 | 20,000 |
当前版本 | 1.0.6.1 |
更新时间 | 2023-09-21 |
上架时间 | 2021-03-31 |
评分 | 4.20/5 共15次评分 |
开发者 | ahmed-sohag |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/adjust-sound-video/home |
支持的语言 | 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" ] } ] } |