PotatoWarTimer

See hospital timers in the faction war page

Vad är PotatoWarTimer?

PotatoWarTimer är en Chrome-tillägg utvecklad av AwesomePotato, och dess huvudfunktion är "See hospital timers in the faction war page".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner PotatoWarTimer-förlängningens CRX-fil

Ladda ner PotatoWarTimer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PotatoWarTimer PotatoWarTimer
ID ppoidecbakgkldbpmmfkgkhfmbcminmd
Officiell webbadress https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd
Beskrivning See hospital timers in the faction war page
Filstorlek 36.26 KB
Antal Installationer 60
Aktuell Version 1.0.1
Senast Uppdaterad 2024-02-04
Publiceringsdatum 2024-01-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare AwesomePotato
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.torn.com
URL till Sekretesspolicy Sidan https://www.torn.com/rules.php
Stödda Språk 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"
    ]
}