PotatoWarTimer

See hospital timers in the faction war page

Co to jest PotatoWarTimer?

PotatoWarTimer to rozszerzenie Chrome opracowane przez AwesomePotato, a jego główną funkcją jest „See hospital timers in the faction war page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia PotatoWarTimer

Pobierz pliki rozszerzeń PotatoWarTimer 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

                        Extension for the biggest text based RPG game - Torn. This extension provides quality of life addons to the game. For now, the main functionality is to retrieve players information from the Torn API, to use it in the faction war screen for enemy hospitalization time tracking.                    

Podstawowe informacje o rozszerzeniu

Nazwa PotatoWarTimer PotatoWarTimer
ID ppoidecbakgkldbpmmfkgkhfmbcminmd
Oficjalny URL https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd
Opis See hospital timers in the faction war page
Rozmiar pliku 36.26 KB
Liczba instalacji 60
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2024-02-04
Data Publikacji 2024-01-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper AwesomePotato
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.torn.com
Adres URL Strony Polityki Prywatności https://www.torn.com/rules.php
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PotatoWarTimer",
    "author": "AwesomePotato [2021133]",
    "description": "See hospital timers in the faction war page",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.torn.com\/factions.php*"
            ],
            "js": [
                "content\/war-timer.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "PotatoWarTimer",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}