Anti FeR toolkit

Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)

Co je Anti FeR toolkit?

Anti FeR toolkit je rozšíření Chrome vyvinuté camface.developer, a jeho hlavní funkcí je „Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anti FeR toolkit

Stáhněte si soubory rozšíření Anti FeR toolkit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This adds some functionality to the Canola toolkit, which it is forked from. Fixes the regex for Company name matching (no more oddities with names that include '@', '~', or '^'), adds information about who someone has attacked, includes stealth mobs in the activity chart, and maybe more!

1.2.14 Changes:
Bug fixes

1.2.13 Changes:
Displays development information for technologies unlocked for a given dev/construction
Shows troop count on a hack
Shows a horribly formatted estimate on the flak needed to land on a target given the visible units
Display information about what you are 30% and 70% of in the score breakdown overlay
Show gov defense in spy report incoming (but doesn't account for when it recalls)

1.2.12 Changes:
Fixes seed/income calculation
Adds a button to hack from the search page in a new tab
Spy report incoming/outgoing is now sorted by ETA
Spy report incoming/outgoing displays original mob ETA
Adds an input so that dynamic AR calculation can be done from the spy report


1.2.11 Changes:
Attacks on an HQ don't show a huge number for ETA
Stealth mobs sent now default to ETA 5 sent
New "Plant Max" feature calculates how many seeds you are able to plant given how many gards you have home.
Updates grass seed bonus in Spring


1.2.10 Changes:
Fixes single person mobs not showing up on spy reports
Fixes HQ incoming/outgoing not showing
    HQ outgoing mobs stay in the outgoing screen "until recalled", which I don't know when it is recalled so take the info as an alert more than a reality
Alerts if the user does not have enough harvesters to cover the max needed (in total, not at home)

1.2.9 Changes:
Reverting mob notes and loving on Alci

1.2.8 Changes:
Makes mob notes on alliance incoming screen more interesting for some :)

1.2.7 Changes:
Fixes score evaluation for players with public ID's
Fixes military mob calculations for "all"
Income calculator now reasonably accounts for exponential seed loss and nighttime seed penalty
Search results include a "Total" row for acres and score

1.2.6 Changes:
Fixed spy report when spying a member of your own alliance
Finished searching by Public Name
Added full Hack output to console debugger when hacking from Alliance incoming page
Added troop cost calculation on Military page

1.2.5 Changes:
Fixes score calc for insurance that is "claimable early"
Alliance incoming "Defend" and "Retaliate" links are now buttons
Added "Hack" button on alliance incoming to make a best guess at route and fill out incoming notes
Added "Recall" button on alliance incoming to recall from alliance page


1.2.4 Changes:
Add Land Fat percentage to search results
Fix Alliance page incomings when AHQ! is targeted
Add Unit Stats quick link in side panel
Add ID list generation with search results (in console debugger output)
Add "Has Attacked" information on news page

1.2.3 Changes:
Alerting when the user has uncultivated acres
Maintenance page additionally displays the seeds you can grow with troops home
Alliance page has quick links to setup defensive or offensive mobs from the incoming screen                    

Základní Informace o Rozšíření

Název Anti FeR toolkit Anti FeR toolkit
ID kcoknlbiabcjhmnckmclgfljmelhkphd
Oficiální URL https://chromewebstore.google.com/detail/anti-fer-toolkit/kcoknlbiabcjhmnckmclgfljmelhkphd
Popis Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)
Velikost souboru 82.96 KB
Počet instalací 67
Aktuální Verze 1.2.17
Poslední Aktualizace 2024-01-16
Datum Vydání 2022-10-23
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář camface.developer
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti FeR toolkit",
    "version": "1.2.17",
    "author": "Anthony Cleaver, Cameron",
    "description": "Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)",
    "host_permissions": [
        "*:\/\/*.bushtarion.com\/*"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bushtarion.com\/*"
            ],
            "js": [
                ".\/content-script.js"
            ]
        }
    ]
}