Anti FeR toolkit

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

什麼是Anti FeR toolkit?

Anti FeR toolkit是由camface.developer開發的Chrome擴展程式,該擴展的主要功能是“Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)”。

擴展截圖

screenshot

下載Anti FeR toolkit擴展crx文件

下載Anti FeR toolkit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Anti FeR toolkit Anti FeR toolkit
ID kcoknlbiabcjhmnckmclgfljmelhkphd
官方網址 https://chromewebstore.google.com/detail/anti-fer-toolkit/kcoknlbiabcjhmnckmclgfljmelhkphd
簡介 Adds features and extensions for the bushtarion web game (formerly Canola toolkit formerly Antisback's bushtarion toolkit)
檔案大小 82.96 KB
安裝次數 67
目前版本 1.2.17
更新時間 2024-01-16
上架時間 2022-10-23
評分 5.00/5 共 3 次評分
開發者 camface.developer
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}