Buff Currency Converter

Easily convert currencies on buff.163.com

Buff Currency Converter란 무엇입니까?

Buff Currency Converter은(는) ahmed-sohag에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily convert currencies on buff.163.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Buff Currency Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
            ]
        }
    ]
}