Buff Tools
This is an extension to convert price (yuanes) to usd / euro
什么是Buff Tools?
Buff Tools是由Jorge Juárez开发的Chrome扩展程序,该扩展的主要功能是“This is an extension to convert price (yuanes) to usd / euro”。
扩展截图
下载Buff Tools扩展crx文件
下载Buff Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Introducing a new extension for Counter Strike players - the Yuan to Currency Converter! This extension allows players to easily convert Yuan to other currencies right within the game interface. With just a few clicks, you can convert your in-game purchases from Yuan to your preferred currency, making it easier to manage your expenses and track your spending. Say goodbye to the hassle of manually calculating currency conversions or struggling to keep track of your purchases in foreign currencies. Download the Yuan to Currency Converter extension today and take control of your in-game finances!
扩展基本信息
名称 | Buff Tools |
ID | chchhndaehiakfjiefghpiiplcndpjlp |
官方URL | https://chromewebstore.google.com/detail/buff-tools/chchhndaehiakfjiefghpiiplcndpjlp |
简介 | This is an extension to convert price (yuanes) to usd / euro |
文件大小 | 6.13 KB |
安装次数 | 24 |
当前版本 | 1.0.1 |
更新时间 | 2023-04-20 |
上架时间 | 2023-04-17 |
开发者 | Jorge Juárez |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jorgeju4rez/buff_currency_converter |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buff Tools", "version": "1.0.1", "description": "This is an extension to convert price (yuanes) to usd \/ euro", "manifest_version": 3, "author": "jorgeju4rez", "action": { "default_popup": "html\/popup.html", "default_title": "Buff Tools" }, "content_scripts": [ { "matches": [ "https:\/\/buff.163.com\/*" ], "css": [ "styles\/style.css" ], "js": [ "js\/script.js" ] } ] } |