Torn Bars

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

Qu'est-ce que Torn Bars ?

Torn Bars est une extension Chrome développée par Dash, et sa fonction principale est "Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Torn Bars

Téléchargez les fichiers d'extension Torn Bars au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Torn Bars Torn Bars
ID ckbeilkaejihmhhffnaopfcjjenegddn
URL Officiel 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).
Taille du Fichier 34.39 KB
Nombre d'Installations 129
Version Actuelle 1.0
Dernière Mise à Jour 2015-12-23
Date de Publication 2015-12-23
Évaluation 5.00/5 Total 6 Évaluations
Développeur Dash
Type de Paiement free
Site Web de l'Extension http://www.dashwebsolutions.com/
URL de la Page d'Aide http://www.dashwebsolutions.com/
Langues Prises en Charge 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"
    ]
}