CSFloat price to Buff price

Check price of any CSFloat offers on Buff163.

CSFloat price to Buff price란 무엇입니까?

CSFloat price to Buff price은(는) thebycop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check price of any CSFloat offers on Buff163."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CSFloat price to Buff price 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will allow you to compare the price of any CSFloat offer with the Buff163 price.

This extension is open-source and available on github for selfhosting: 
https://github.com/bycop/csfloat-buff-checker

Don't hesitate to contribute to the project, leave a star or follow on github                    

확장 프로그램 기본 정보

이름 CSFloat price to Buff price CSFloat price to Buff price
ID lfgejbipklggolmlfkmopkbjjakiljpg
공식 URL https://chromewebstore.google.com/detail/csfloat-price-to-buff-pri/lfgejbipklggolmlfkmopkbjjakiljpg
설명 Check price of any CSFloat offers on Buff163.
파일 크기 510 KB
설치 횟수 828
현재 버전 1.5
최근 업데이트 2023-09-30
출시 날짜 2023-08-10
평점 5.00/5 총 2 개의 평점
개발자 thebycop
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bycop
도움말 페이지 URL https://github.com/bycop/csfloat-buff-checker
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSFloat price to Buff price",
    "version": "1.5",
    "description": "Check price of any CSFloat offers on Buff163.",
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "action": {
        "default_title": "Like this project ? Click me"
    },
    "host_permissions": [
        "https:\/\/csfloat.com\/*",
        "https:\/\/api.steaminventoryhelper.com\/*",
        "https:\/\/github.com\/bycop"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csfloat.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/api.steaminventoryhelper.com\/*",
            "https:\/\/github.com\/bycop"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}