CSFloat price to Buff price

Check price of any CSFloat offers on Buff163.

O que é CSFloat price to Buff price?

CSFloat price to Buff price é uma extensão do Chrome desenvolvida por thebycop, e sua principal característica é "Check price of any CSFloat offers on Buff163.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CSFloat price to Buff price

Baixe arquivos de extensão CSFloat price to Buff price no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome CSFloat price to Buff price CSFloat price to Buff price
ID lfgejbipklggolmlfkmopkbjjakiljpg
URL Oficial https://chromewebstore.google.com/detail/csfloat-price-to-buff-pri/lfgejbipklggolmlfkmopkbjjakiljpg
Descrição Check price of any CSFloat offers on Buff163.
Tamanho do Arquivo 510 KB
Contagem de Instalações 828
Versão Atual 1.5
Última Atualização 2023-09-30
Data de Publicação 2023-08-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor thebycop
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/bycop
URL da Página de Ajuda https://github.com/bycop/csfloat-buff-checker
Idiomas Suportados 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
    }
}