Canola toolkit
Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
Hvad er Canola toolkit?
Canola toolkit er en Chrome-udvidelse udviklet af Anthony Cleaver, og dens hovedfunktion er "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)".
Udvidelsesskærmbilleder
Download Canola toolkit-udvidelses-CRX-fil
Download Canola toolkit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pkmmocajeiljdeanoaimcjaoploicnjk |
| Officiel URL | https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk |
| Beskrivelse | Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit) |
| Filstørrelse | 68.2 KB |
| Antal Installationer | 138 |
| Nuværende Version | 1.2.1 |
| Senest Opdateret | 2021-12-03 |
| Udgivelsesdato | 2020-07-06 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | Anthony Cleaver |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |