Canola toolkit
Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)
Vad är Canola toolkit?
Canola toolkit är en Chrome-tillägg utvecklad av Anthony Cleaver, och dess huvudfunktion är "Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit)".
Tilläggsskärmbilder
Ladda ner Canola toolkit-förlängningens CRX-fil
Ladda ner Canola toolkit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | pkmmocajeiljdeanoaimcjaoploicnjk |
| Officiell webbadress | https://chromewebstore.google.com/detail/canola-toolkit/pkmmocajeiljdeanoaimcjaoploicnjk |
| Beskrivning | Adds features and extensions for the bushtarion web game (formerly Antisback's bushtarion toolkit) |
| Filstorlek | 68.2 KB |
| Antal Installationer | 138 |
| Aktuell Version | 1.2.1 |
| Senast Uppdaterad | 2021-12-03 |
| Publiceringsdatum | 2020-07-06 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Anthony Cleaver |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |