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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}