PotatoWarTimer

See hospital timers in the faction war page

PotatoWarTimer क्या है?

PotatoWarTimer AwesomePotato द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See hospital timers in the faction war page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PotatoWarTimer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम PotatoWarTimer PotatoWarTimer
ID ppoidecbakgkldbpmmfkgkhfmbcminmd
आधिकारिक URL https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd
विवरण See hospital timers in the faction war page
फ़ाइल का आकार 36.26 KB
स्थापना संख्या 60
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-02-04
प्रकाशन तिथि 2024-01-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर AwesomePotato
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.torn.com
गोपनीयता नीति पृष्ठ URL https://www.torn.com/rules.php
समर्थित भाषाएँ 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"
    ]
}