PotatoWarTimer

See hospital timers in the faction war page

O que é PotatoWarTimer?

PotatoWarTimer é uma extensão do Chrome desenvolvida por AwesomePotato, e sua principal característica é "See hospital timers in the faction war page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PotatoWarTimer

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

                        Extension for the biggest text based RPG game - Torn. This extension provides quality of life addons to the game. For now, the main functionality is to retrieve players information from the Torn API, to use it in the faction war screen for enemy hospitalization time tracking.                    

Informações Básicas da Extensão

Nome PotatoWarTimer PotatoWarTimer
ID ppoidecbakgkldbpmmfkgkhfmbcminmd
URL Oficial https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd
Descrição See hospital timers in the faction war page
Tamanho do Arquivo 36.26 KB
Contagem de Instalações 60
Versão Atual 1.0.1
Última Atualização 2024-02-04
Data de Publicação 2024-01-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor AwesomePotato
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.torn.com
URL da Página de Política de Privacidade https://www.torn.com/rules.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PotatoWarTimer",
    "author": "AwesomePotato [2021133]",
    "description": "See hospital timers in the faction war page",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.torn.com\/factions.php*"
            ],
            "js": [
                "content\/war-timer.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "PotatoWarTimer",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}