Canola toolkit

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

Was ist Canola toolkit?

Canola toolkit ist eine Chrome-Erweiterung, die von Anthony Cleaver entwickelt wurde, und ihr Hauptmerkmal ist "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)".

Erweiterungsscreenshots

screenshot

Canola toolkit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Canola toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Canola toolkit Canola toolkit
ID pkmmocajeiljdeanoaimcjaoploicnjk
Offizielle URL https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk
Beschreibung Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
Dateigröße 68.2 KB
Installationsanzahl 138
Aktuelle Version 1.2.1
Letztes Update 2021-12-03
Veröffentlichungsdatum 2020-07-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Anthony Cleaver
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}