Torn Bars

Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).

O que é Torn Bars?

Torn Bars é uma extensão do Chrome desenvolvida por Dash, e sua principal característica é "Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Torn Bars

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

                        Stay informed on your current torn.com bars which include your energy bar, nerve bar, happy and more. Needless to say: this app is for torn.com players.

The app takes your key and stores it in local storage. You can add and reset keys as you see fit. The popup window will refresh every 2 minutes to keep you up to date if you insist on staring at it. 

Good luck!                    

Informações Básicas da Extensão

Nome Torn Bars Torn Bars
ID ckbeilkaejihmhhffnaopfcjjenegddn
URL Oficial https://chromewebstore.google.com/detail/torn-bars/ckbeilkaejihmhhffnaopfcjjenegddn
Descrição Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).
Tamanho do Arquivo 34.39 KB
Contagem de Instalações 129
Versão Atual 1.0
Última Atualização 2015-12-23
Data de Publicação 2015-12-23
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Dash
Tipo de Pagamento free
Site da Extensão http://www.dashwebsolutions.com/
URL da Página de Ajuda http://www.dashwebsolutions.com/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torn Bars",
    "description": "Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).",
    "version": "1.0",
    "icons": {
        "16": "torn.png",
        "48": "torn.png",
        "128": "torn.png"
    },
    "browser_action": {
        "default_icon": "torn.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/torn.com\/",
        "storage",
        "notifications"
    ]
}