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 |
Eメール | [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" ] } ] } |