Anti FeR toolkit

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

O que é Anti FeR toolkit?

Anti FeR toolkit é uma extensão do Chrome desenvolvida por camface.developer, e sua principal característica é "Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anti FeR toolkit

Baixe arquivos de extensão Anti FeR toolkit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Anti FeR toolkit Anti FeR toolkit
ID kcoknlbiabcjhmnckmclgfljmelhkphd
URL Oficial https://chromewebstore.google.com/detail/anti-fer-toolkit/kcoknlbiabcjhmnckmclgfljmelhkphd
Descrição Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)
Tamanho do Arquivo 82.96 KB
Contagem de Instalações 67
Versão Atual 1.2.17
Última Atualização 2024-01-16
Data de Publicação 2022-10-23
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor camface.developer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}