Buff Currency Converter

Easily convert currencies on buff.163.com

Buff Currency Converterคืออะไร?

Buff Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ahmed-sohag และคุณลักษณะหลักของมันคือ "Easily convert currencies on buff.163.com"

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

screenshot
screenshot

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

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