Buff Tools

This is an extension to convert price (yuanes) to usd / euro

Buff Toolsคืออะไร?

Buff Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorge Juárez และคุณลักษณะหลักของมันคือ "This is an extension to convert price (yuanes) to usd / euro"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buff Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}