Buff Tools

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

Buff Tools란 무엇입니까?

Buff Tools은(는) Jorge Juárez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an extension to convert price (yuanes) to usd / euro"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}