Canola toolkit
Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
Cos'è Canola toolkit?
Canola toolkit è un'estensione di Chrome sviluppata da Anthony Cleaver, e la sua funzione principale è "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Canola toolkit
Scarica i file di estensione Canola toolkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Canola toolkit |
ID | pkmmocajeiljdeanoaimcjaoploicnjk |
URL Ufficiale | https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk |
Descrizione | Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit) |
Dimensione del File | 68.2 KB |
Conteggio Installazioni | 138 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2021-12-03 |
Data di Pubblicazione | 2020-07-06 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Anthony Cleaver |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |