Buff Tools
This is an extension to convert price (yuanes) to usd / euro
Cos'è Buff Tools?
Buff Tools è un'estensione di Chrome sviluppata da Jorge Juárez, e la sua funzione principale è "This is an extension to convert price (yuanes) to usd / euro".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Buff Tools
Scarica i file di estensione Buff Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Buff Tools |
ID | chchhndaehiakfjiefghpiiplcndpjlp |
URL Ufficiale | https://chromewebstore.google.com/detail/buff-tools/chchhndaehiakfjiefghpiiplcndpjlp |
Descrizione | This is an extension to convert price (yuanes) to usd / euro |
Dimensione del File | 6.13 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-04-20 |
Data di Pubblicazione | 2023-04-17 |
Sviluppatore | Jorge Juárez |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jorgeju4rez/buff_currency_converter |
Lingue Supportate | 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" ] } ] } |