Canola toolkit
Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
Wat is Canola toolkit?
Canola toolkit is een Chrome-extensie ontwikkeld door Anthony Cleaver, en de belangrijkste functie is "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)".
Extensie Screenshots
Download het CRX-bestand van de extensie Canola toolkit
Download Canola toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Canola toolkit |
ID | pkmmocajeiljdeanoaimcjaoploicnjk |
Officiële URL | https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk |
Beschrijving | Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit) |
Bestandsgrootte | 68.2 KB |
Aantal Installaties | 138 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2021-12-03 |
Publicatiedatum | 2020-07-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Anthony Cleaver |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |