Torn Exchange

For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!

O que é Torn Exchange?

Torn Exchange é uma extensão do Chrome desenvolvida por https://tornexchange.com, e sua principal característica é "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Torn Exchange

Baixe arquivos de extensão Torn Exchange 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

                        When on the trade screen, simply click the extension icon to produce a receipt for the customer and learn the total amount of money needed to put in the trade.

Receipt template and money can be copied to Clipboard.                    

Informações Básicas da Extensão

Nome Torn Exchange Torn Exchange
ID iggcinpeofcbplffobefiojjgfeoblll
URL Oficial https://chromewebstore.google.com/detail/torn-exchange/iggcinpeofcbplffobefiojjgfeoblll
Descrição For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!
Tamanho do Arquivo 19.28 KB
Contagem de Instalações 67
Versão Atual 2.2
Última Atualização 2024-02-26
Data de Publicação 2024-01-03
Desenvolvedor https://tornexchange.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tornexchange.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Torn Exchange",
    "version": "2.2",
    "description": "For Torn traders that use Torn Exchange for their price list. You can now also use TE message templates!",
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.torn.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "*:\/\/*.torn.com\/*",
        "https:\/\/www.tornexchange.com\/*"
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Torn Exchange",
        "default_popup": "popup.html"
    }
}