Torn Bars

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

Wat is Torn Bars?

Torn Bars is een Chrome-extensie ontwikkeld door Dash, en de belangrijkste functie is "Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Torn Bars

Download Torn Bars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Torn Bars Torn Bars
ID ckbeilkaejihmhhffnaopfcjjenegddn
Officiële URL https://chromewebstore.google.com/detail/torn-bars/ckbeilkaejihmhhffnaopfcjjenegddn
Beschrijving Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).
Bestandsgrootte 34.39 KB
Aantal Installaties 129
Huidige Versie 1.0
Laatst Bijgewerkt 2015-12-23
Publicatiedatum 2015-12-23
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Dash
Betalingswijze free
Extensiewebsite http://www.dashwebsolutions.com/
Help Pagina-URL http://www.dashwebsolutions.com/
Ondersteunde Talen 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"
    ]
}