Pokeclicker Speedrun Tools

Adds various speedrun quality-of-life features to Pokeclicker.

Pokeclicker Speedrun Tools क्या है?

Pokeclicker Speedrun Tools corvimae द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds various speedrun quality-of-life features to Pokeclicker."।

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

screenshot

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

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

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

                        Adds the following features:

- Auto-clicker at 100ms. By default, this is disabled; click the text in the bottom-right that gets added to the page to enable it. The auto-clicker will not start until you've caught your first Pokemon.
- Special "Speedrun Save" that is automatically overwritten instead of cluttering your save list.
- Speedrun timer w/ splits for Tutorial, Kanto Champion, and 151 (thanks to RedSparr0w!)

You probably shouldn't use this if you're not speedrunning! But you can if you want, I'm not your mom!                    

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

नाम Pokeclicker Speedrun Tools Pokeclicker Speedrun Tools
ID ifhdpadadllmpcblmdilcdemhfiiohco
आधिकारिक URL https://chrome.google.com/webstore/detail/pokeclicker-speedrun-tool/ifhdpadadllmpcblmdilcdemhfiiohco
विवरण Adds various speedrun quality-of-life features to Pokeclicker.
फ़ाइल का आकार 52.06 KB
स्थापना संख्या 364
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2022-04-20
प्रकाशन तिथि 2022-04-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर corvimae
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://maybreak.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pokeclicker Speedrun Tools",
    "version": "1.0.6",
    "description": "Adds various speedrun quality-of-life features to Pokeclicker.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pokeclicker.com\/*"
            ],
            "js": [
                "scripts\/index.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/tools\/autoClicker.js",
                "scripts\/tools\/speedrunSave.js",
                "scripts\/tools\/speedrunTimer.js"
            ],
            "matches": [
                "*:\/\/*.pokeclicker.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.pokeclicker.com\/*"
    ]
}