Torn Bars

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

Co je Torn Bars?

Torn Bars je rozšíření Chrome vyvinuté Dash, a jeho hlavní funkcí je „Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Torn Bars

Stáhněte si soubory rozšíření Torn Bars ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Torn Bars Torn Bars
ID ckbeilkaejihmhhffnaopfcjjenegddn
Oficiální URL https://chromewebstore.google.com/detail/torn-bars/ckbeilkaejihmhhffnaopfcjjenegddn
Popis Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).
Velikost souboru 34.39 KB
Počet instalací 129
Aktuální Verze 1.0
Poslední Aktualizace 2015-12-23
Datum Vydání 2015-12-23
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Dash
Typ Platby free
Webové stránky Rozšíření http://www.dashwebsolutions.com/
URL Stránky Nápovědy http://www.dashwebsolutions.com/
Podporované Jazyky 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"
    ]
}