Torn Bars

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

What is Torn Bars?

Torn Bars is a Chrome extension developed by Dash, and its main feature is "Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).".

Extension Screenshots

screenshot
screenshot
screenshot

Download Torn Bars Extension CRX File

Download Torn Bars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Torn Bars Torn Bars
ID ckbeilkaejihmhhffnaopfcjjenegddn
Official URL https://chromewebstore.google.com/detail/torn-bars/ckbeilkaejihmhhffnaopfcjjenegddn
Description Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).
File Size 34.39 KB
Installation Count 129
Current Version 1.0
Last Updated 2015-12-23
Publish Date 2015-12-23
Rating 5.00/5 Total 6 Ratings
Developer Dash
Payment Type free
Extension Website http://www.dashwebsolutions.com/
Help Page URL http://www.dashwebsolutions.com/
Supported Languages 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"
    ]
}