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 to jest Torn Bars?

Torn Bars to rozszerzenie Chrome opracowane przez Dash, a jego główną funkcją jest „Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Torn Bars

Pobierz pliki rozszerzeń Torn Bars w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Torn Bars Torn Bars
ID ckbeilkaejihmhhffnaopfcjjenegddn
Oficjalny URL https://chromewebstore.google.com/detail/torn-bars/ckbeilkaejihmhhffnaopfcjjenegddn
Opis Always know how much energy, nerve, happy and other stats you have on torn.com (an online text-based role playing game).
Rozmiar pliku 34.39 KB
Liczba instalacji 129
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-12-23
Data Publikacji 2015-12-23
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Dash
Typ Płatności free
Strona Rozszerzenia http://www.dashwebsolutions.com/
Adres URL Strony Pomocy http://www.dashwebsolutions.com/
Obsługiwane Języki 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"
    ]
}