Canola toolkit

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

What is Canola toolkit?

Canola toolkit is a Chrome extension developed by Anthony Cleaver, and its main feature is "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)".

Extension Screenshots

screenshot

Download Canola toolkit Extension CRX File

Download Canola toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds features and extensions for the bushtarion web game, appends calculations and helpful tools into the game to provide general quality of life features

What's new:
1.2.1
Fixed bug on the maintenance page

1.2.0
Updated to work with https                    

Extension Basic Information

Name Canola toolkit Canola toolkit
ID pkmmocajeiljdeanoaimcjaoploicnjk
Official URL https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk
Description Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
File Size 68.2 KB
Installation Count 138
Current Version 1.2.1
Last Updated 2021-12-03
Publish Date 2020-07-06
Rating 5.00/5 Total 3 Ratings
Developer Anthony Cleaver
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canola toolkit",
    "version": "1.2.1",
    "author": "Anthony Cleaver",
    "description": "Adds features and extensions for the bushtarion web game (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"
            ]
        }
    ]
}